Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4879d7d

Browse files
committedSep 29, 2021
#329 Update nginx-proxy image and versions
1 parent 41e9935 commit 4879d7d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
 

‎bin/.env

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ DEFAULT_NGINX_PROXY_IMAGE_VERSION="stable-alpine"
2121
# Docker-gen default image, version and service name
2222
#
2323
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"
2626

2727
#-----------------------------------------------------------------------
2828
#
2929
# Letsencrypt-nginx-proxy-companion default image, version and service name
3030
#
3131
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"
3434

3535
#-----------------------------------------------------------------------
3636
#

‎docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ services:
2929
max-file: ${NGINX_WEB_LOG_MAX_FILE:-10}
3030

3131
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}
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: nginxproxy/acme-companion:${NGINX_PROXY_COMPANION_IMAGE_VERSION:-2.0}
51+
image: nginxproxy/acme-companion:${NGINX_PROXY_COMPANION_IMAGE_VERSION:-2.1}
5252
container_name: ${LETS_ENCRYPT_SEVICE_NAME:-nginx-proxy-automation-letsencrypt}
5353
restart: always
5454
volumes:

0 commit comments

Comments
 (0)
Failed to load comments.