Skip to content

Commit

Permalink
Merge pull request #17 from openeuropa/OPENEUROPA-2464
Browse files Browse the repository at this point in the history
OPENEUROPA-2464: Use PHP 7.1 in docker-compose.
  • Loading branch information
Diogo Vargas authored Oct 31, 2019
2 parents 03c784f + deab7a3 commit c677db9
Showing 1 changed file with 1 addition and 1 deletion.
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:
web:
image: fpfis/httpd-php-dev:7.2
image: fpfis/httpd-php-dev:7.1
working_dir: /var/www/html
ports:
- 8080:8080
Expand Down

0 comments on commit c677db9

Please sign in to comment.