Merge pull request #375 from calebfavor/apache-php-double-quote-fix

Removing double quotes for apache php fpm configuration.
This commit is contained in:
Philippe Trépanier 2016-10-17 19:34:35 -04:00 committed by GitHub
commit c02f17417f
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ FROM webdevops/apache:ubuntu-16.04
MAINTAINER Eric Pfeiffer <computerfr33k@users.noreply.github.com>
ARG PHP_SOCKET="php-fpm:9000"
ARG PHP_SOCKET=php-fpm:9000
ENV WEB_PHP_SOCKET=$PHP_SOCKET

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: