@@ -5,7 +5,7 @@ services:
55 image : nginx:${NGINX_IMAGE_VERSION:-stable-alpine}
66 labels :
77 com.github.jrcs.letsencrypt_nginx_proxy_companion.nginx_proxy : " true"
8- container_name : ${NGINX_WEB :-nginx-proxy-automation-web}
8+ container_name : ${NGINX_WEB_SEVICE_NAME :-nginx-proxy-automation-web}
99 restart : always
1010 ports :
1111 - " ${IPv4:-0.0.0.0}:${DOCKER_HTTP:-80}:80"
@@ -28,7 +28,7 @@ services:
2828
2929 nginx-proxy-automation-gen :
3030 image : jwilder/docker-gen:${DOCKER_GEN_IMAGE_VERSION:-latest}
31- command : -notify-sighup ${NGINX_WEB :-nginx-proxy-automation-web} -watch -wait 5s:30s /etc/docker-gen/templates/nginx.tmpl /etc/nginx/conf.d/default.conf
31+ command : -notify-sighup ${NGINX_WEB_SEVICE_NAME :-nginx-proxy-automation-web} -watch -wait 5s:30s /etc/docker-gen/templates/nginx.tmpl /etc/nginx/conf.d/default.conf
3232 container_name : ${DOCKER_GEN_SEVICE_NAME:-nginx-proxy-automation-gen}
3333 restart : always
3434 volumes :
@@ -47,7 +47,7 @@ services:
4747
4848 nginx-proxy-automation-letsencrypt :
4949 image : jrcs/letsencrypt-nginx-proxy-companion:${NGINX_PROXY_COMPANION_IMAGE_VERSION:-2.0}
50- container_name : ${LETS_ENCRYPT :-nginx-proxy-automation-letsencrypt}
50+ container_name : ${LETS_ENCRYPT_SEVICE_NAME :-nginx-proxy-automation-letsencrypt}
5151 restart : always
5252 volumes :
5353 - ${NGINX_FILES_PATH:-./data}/conf.d:/etc/nginx/conf.d
@@ -58,7 +58,7 @@ services:
5858 - /var/run/docker.sock:/var/run/docker.sock:ro
5959 environment :
6060 NGINX_DOCKER_GEN_CONTAINER : ${DOCKER_GEN_SEVICE_NAME:-nginx-proxy-automation-gen}
61- NGINX_PROXY_CONTAINER : ${NGINX_WEB :-nginx-proxy-automation-web}
61+ NGINX_PROXY_CONTAINER : ${NGINX_WEB_SEVICE_NAME :-nginx-proxy-automation-web}
6262 DEFAULT_EMAIL :
${DEFAULT_EMAIL:[email protected] } 6363 logging :
6464 driver : ${NGINX_LETSENCRYPT_LOG_DRIVER:-json-file}
0 commit comments