No longer using env variable to set the apache php socket config variable.

This commit is contained in:
calebfavor 2016-10-17 16:05:35 -07:00
parent 891911ddc3
commit 91bae76527
1 changed files with 1 additions and 1 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_SOCKET
ARG PHP_SOCKET=php-fpm:9000
ENV WEB_PHP_SOCKET=$PHP_SOCKET