Skip to content

Commit

Permalink
Merge pull request #41 from humpbackdev/update-docker-php-version
Browse files Browse the repository at this point in the history
Updated version of the docker-php image from 1.5 to 1.7
  • Loading branch information
rigoucr authored Feb 6, 2019
2 parents ddf795f + 45a6b65 commit 0d0a380
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
Expand Up @@ -32,7 +32,7 @@ services:
- './mysql:/etc/mysql/conf.d'

php:
image: kporras07/docker-php:v1.5
image: kporras07/docker-php:v1.7
environment:
- PHP_POST_MAX_SIZE=${PHP_POST_MAX_SIZE}
- PHP_UPLOAD_MAX_FILESIZE=${PHP_UPLOAD_MAX_FILESIZE}
Expand Down

0 comments on commit 0d0a380

Please sign in to comment.