File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed 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"
2121# Docker-gen default image, version and service name
2222#
2323DEFAULT_DOCKER_GEN_SERVICE_NAME = docker-gen
24- DEFAULT_LETSENCRYPT_IMAGE_NAME = " jrcs/letsencrypt-nginx-proxy-companion "
25- DEFAULT_LETSENCRYPT_IMAGE_VERSION = " 2.0 "
24+ DEFAULT_LETSENCRYPT_IMAGE_NAME = " nginxproxy/docker-gen "
25+ DEFAULT_LETSENCRYPT_IMAGE_VERSION = " 2.1 "
2626
2727# -----------------------------------------------------------------------
2828#
2929# Letsencrypt-nginx-proxy-companion default image, version and service name
3030#
3131DEFAULT_LETSENCRYPT_SERVICE_NAME = letsencrypt-companion
32- DEFAULT_DOCKER_GEN_IMAGE_NAME = " jwilder/docker-gen "
33- DEFAULT_DOCKER_GEN_IMAGE_VERSION = " 0.7.3 "
32+ DEFAULT_DOCKER_GEN_IMAGE_NAME = " nginxproxy/acme-companion "
33+ DEFAULT_DOCKER_GEN_IMAGE_VERSION = " 0.7.7 "
3434
3535# -----------------------------------------------------------------------
3636#
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ services:
2929 max-file : ${NGINX_WEB_LOG_MAX_FILE:-10}
3030
3131 nginx-proxy-automation-gen :
32- image : jwilder /docker-gen:${DOCKER_GEN_IMAGE_VERSION:-latest}
32+ image : nginxproxy /docker-gen:${DOCKER_GEN_IMAGE_VERSION:-latest}
3333 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
3434 container_name : ${DOCKER_GEN_SEVICE_NAME:-nginx-proxy-automation-gen}
3535 restart : always
@@ -48,7 +48,7 @@ services:
4848 max-file : ${NGINX_GEN_LOG_MAX_FILE:-10}
4949
5050 nginx-proxy-automation-letsencrypt :
51- image : jrcs/letsencrypt-nginx-proxy -companion:${NGINX_PROXY_COMPANION_IMAGE_VERSION:-2.0}
51+ image : nginxproxy/acme -companion:${NGINX_PROXY_COMPANION_IMAGE_VERSION:-2.0}
5252 container_name : ${LETS_ENCRYPT_SEVICE_NAME:-nginx-proxy-automation-letsencrypt}
5353 restart : always
5454 volumes :
You can’t perform that action at this time.
0 commit comments