Fix CHANGE_SOURCE
argument always false for nginx's Dockerfile (#1786)
This commit is contained in:

committed by
Shao Yu-Lung (Allen)

parent
6a3b3fac2d
commit
d5d9073863
@ -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
|
||||
|
Reference in New Issue
Block a user