Skip to content

Commit 891911d

Browse files
author
calebfavor
committed
Removing double quotes for apache php fpm configuration.
1 parent 89fac4b commit 891911d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apache2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM webdevops/apache:ubuntu-16.04
22

33
MAINTAINER Eric Pfeiffer <computerfr33k@users.noreply.github.com>
44

5-
ARG PHP_SOCKET="php-fpm:9000"
5+
ARG PHP_SOCKET=$PHP_SOCKET
66

77
ENV WEB_PHP_SOCKET=$PHP_SOCKET
88

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ services:
7878
build:
7979
context: ./apache2
8080
args:
81-
- PHP_SOCKET="php-fpm:9000"
81+
- PHP_SOCKET=php-fpm:9000
8282
volumes_from:
8383
- volumes_source
8484
volumes:

0 commit comments

Comments
 (0)