This commit is contained in:
孙小云 2025-06-05 17:40:40 +08:00
parent 986aa5a345
commit 80cb47b922
2 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,3 @@
upstream gatewayService {
server ${GATEWAY_NAME}:7011;
}
}

View File

@ -31,6 +31,8 @@ if [ ! -z "${PEM_PATH}" ] && [ ! -z "${KEY_PATH}" ]; then
--volume ${PEM_PATH}:/etc/nginx/t-aaron.com.pem \
--volume ${KEY_PATH}:/etc/nginx/t-aaron.com.key"
fi
echo "镜像名字------"
echo ${NGINX_IMAGE}
# 添加镜像名称并运行容器
DOCKER_RUN_CMD="${DOCKER_RUN_CMD} ${NGINX_IMAGE}"