Skip to content
Prev Previous commit
Next Next commit
- Change docker-compose.yml config
  • Loading branch information
wendel086 committed Dec 7, 2020
commit 64bc433ee7d419f215294b574e357996a8746a45
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2'
services:
php:
image: geekcom/phpjasper
image: prodata/phpjasper
container_name: phpjasper
volumes:
- .:/var/www/app
Expand Down