Fix CHANGE_SOURCE argument always false for nginx's Dockerfile (#1786)

This commit is contained in:
ganl
2018-09-17 22:07:07 +08:00
committed by Shao Yu-Lung (Allen)
parent 6a3b3fac2d
commit d5d9073863
2 changed files with 2 additions and 1 deletions

View File

@ -193,6 +193,7 @@ services:
args:
- PHP_UPSTREAM_CONTAINER=${NGINX_PHP_UPSTREAM_CONTAINER}
- PHP_UPSTREAM_PORT=${NGINX_PHP_UPSTREAM_PORT}
- CHANGE_SOURCE=${CHANGE_SOURCE}
volumes:
- ${APP_CODE_PATH_HOST}:${APP_CODE_PATH_CONTAINER}
- ${NGINX_HOST_LOG_PATH}:/var/log/nginx