Merge pull request #1115 from joaorobertopb/patch-1

Changes to correct version of dockerfile
This commit is contained in:
Mahmoud Zalt 2017-08-30 01:07:37 +03:00 committed by GitHub
commit fdcf9117ac

View File

@ -232,7 +232,7 @@ By default **PHP-FPM 7.0** is running.
php-fpm:
build:
context: ./php-fpm
dockerfile: Dockerfile-70
dockerfile: Dockerfile-56
...
```