Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,16 +21,16 @@ DEFAULT_NGINX_PROXY_IMAGE_VERSION="stable-alpine"
21
21
# Docker-gen default image, version and service name
22
22
#
23
23
DEFAULT_DOCKER_GEN_SERVICE_NAME = docker-gen
24
- DEFAULT_LETSENCRYPT_IMAGE_NAME = " nginxproxy/docker-gen"
25
- DEFAULT_LETSENCRYPT_IMAGE_VERSION = " 2.1 "
24
+ DEFAULT_DOCKER_GEN_IMAGE_NAME = " nginxproxy/docker-gen"
25
+ DEFAULT_DOCKER_GEN_IMAGE_VERSION = " 0.7.7 "
26
26
27
27
# -----------------------------------------------------------------------
28
28
#
29
29
# Letsencrypt-nginx-proxy-companion default image, version and service name
30
30
#
31
31
DEFAULT_LETSENCRYPT_SERVICE_NAME = letsencrypt-companion
32
- DEFAULT_DOCKER_GEN_IMAGE_NAME = " nginxproxy/acme-companion"
33
- DEFAULT_DOCKER_GEN_IMAGE_VERSION = " 0.7.7 "
32
+ DEFAULT_LETSENCRYPT_IMAGE_NAME = " nginxproxy/acme-companion"
33
+ DEFAULT_LETSENCRYPT_IMAGE_VERSION = " 2.1 "
34
34
35
35
# -----------------------------------------------------------------------
36
36
#
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ services:
29
29
max-file : ${NGINX_WEB_LOG_MAX_FILE:-10}
30
30
31
31
nginx-proxy-automation-gen :
32
- image : nginxproxy/docker-gen:${DOCKER_GEN_IMAGE_VERSION:-latest }
32
+ image : nginxproxy/docker-gen:${DOCKER_GEN_IMAGE_VERSION:-0.7.7 }
33
33
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
34
34
container_name : ${DOCKER_GEN_SEVICE_NAME:-nginx-proxy-automation-gen}
35
35
restart : always
@@ -48,7 +48,7 @@ services:
48
48
max-file : ${NGINX_GEN_LOG_MAX_FILE:-10}
49
49
50
50
nginx-proxy-automation-letsencrypt :
51
- image : nginxproxy/acme-companion:${NGINX_PROXY_COMPANION_IMAGE_VERSION:-2.0 }
51
+ image : nginxproxy/acme-companion:${NGINX_PROXY_COMPANION_IMAGE_VERSION:-2.1 }
52
52
container_name : ${LETS_ENCRYPT_SEVICE_NAME:-nginx-proxy-automation-letsencrypt}
53
53
restart : always
54
54
volumes :
0 commit comments