Removing double quotes for apache php fpm configuration.

This commit is contained in:
calebfavor
2016-10-17 14:17:23 -07:00
parent 89fac4bdbe
commit 891911ddc3
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ services:
build:
context: ./apache2
args:
- PHP_SOCKET="php-fpm:9000"
- PHP_SOCKET=php-fpm:9000
volumes_from:
- volumes_source
volumes: