Skip to content

Commit

Permalink
#329 Update nginx-proxy images
Browse files Browse the repository at this point in the history
  • Loading branch information
evertramos committed Sep 29, 2021
1 parent 9b9f705 commit 41e9935
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions bin/.env
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ DEFAULT_NGINX_PROXY_IMAGE_VERSION="stable-alpine"
# Docker-gen default image, version and service name
#
DEFAULT_DOCKER_GEN_SERVICE_NAME=docker-gen
DEFAULT_LETSENCRYPT_IMAGE_NAME="jrcs/letsencrypt-nginx-proxy-companion"
DEFAULT_LETSENCRYPT_IMAGE_VERSION="2.0"
DEFAULT_LETSENCRYPT_IMAGE_NAME="nginxproxy/docker-gen"
DEFAULT_LETSENCRYPT_IMAGE_VERSION="2.1"

#-----------------------------------------------------------------------
#
# Letsencrypt-nginx-proxy-companion default image, version and service name
#
DEFAULT_LETSENCRYPT_SERVICE_NAME=letsencrypt-companion
DEFAULT_DOCKER_GEN_IMAGE_NAME="jwilder/docker-gen"
DEFAULT_DOCKER_GEN_IMAGE_VERSION="0.7.3"
DEFAULT_DOCKER_GEN_IMAGE_NAME="nginxproxy/acme-companion"
DEFAULT_DOCKER_GEN_IMAGE_VERSION="0.7.7"

#-----------------------------------------------------------------------
#
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
max-file: ${NGINX_WEB_LOG_MAX_FILE:-10}

nginx-proxy-automation-gen:
image: jwilder/docker-gen:${DOCKER_GEN_IMAGE_VERSION:-latest}
image: nginxproxy/docker-gen:${DOCKER_GEN_IMAGE_VERSION:-latest}
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
container_name: ${DOCKER_GEN_SEVICE_NAME:-nginx-proxy-automation-gen}
restart: always
Expand All @@ -48,7 +48,7 @@ services:
max-file: ${NGINX_GEN_LOG_MAX_FILE:-10}

nginx-proxy-automation-letsencrypt:
image: jrcs/letsencrypt-nginx-proxy-companion:${NGINX_PROXY_COMPANION_IMAGE_VERSION:-2.0}
image: nginxproxy/acme-companion:${NGINX_PROXY_COMPANION_IMAGE_VERSION:-2.0}
container_name: ${LETS_ENCRYPT_SEVICE_NAME:-nginx-proxy-automation-letsencrypt}
restart: always
volumes:
Expand Down

0 comments on commit 41e9935

Please sign in to comment.