Commit c02f1741 authored by Philippe Trépanier's avatar Philippe Trépanier Committed by GitHub

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

Removing double quotes for apache php fpm configuration.
parents 89fac4bd 91bae765
...@@ -2,7 +2,7 @@ FROM webdevops/apache:ubuntu-16.04 ...@@ -2,7 +2,7 @@ FROM webdevops/apache:ubuntu-16.04
MAINTAINER Eric Pfeiffer <computerfr33k@users.noreply.github.com> 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 ENV WEB_PHP_SOCKET=$PHP_SOCKET
......
...@@ -78,7 +78,7 @@ services: ...@@ -78,7 +78,7 @@ services:
build: build:
context: ./apache2 context: ./apache2
args: args:
- PHP_SOCKET="php-fpm:9000" - PHP_SOCKET=php-fpm:9000
volumes_from: volumes_from:
- volumes_source - volumes_source
volumes: volumes:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment