Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
Merge pull request #14 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 842f5d5 + 5f54663 commit 79b4235
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 79b4235

Please sign in to comment.