Skip to content

Commit 1d695e4

Browse files
committed
Update acme container name
1 parent a416d56 commit 1d695e4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.env.sample

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ NGINX_IMAGE_VERSION=stable-alpine
3333
DOCKER_GEN_SEVICE_NAME=docker-gen
3434
DOCKER_GEN_IMAGE_VERSION=latest
3535

36-
LETS_ENCRYPT_SEVICE_NAME=letsencrypt-companion
36+
LETS_ENCRYPT_SEVICE_NAME=acme-companion
3737
NGINX_PROXY_COMPANION_IMAGE_VERSION=2.0
3838

3939
#-----------------------------------------------------------------------
@@ -143,4 +143,4 @@ DEFAULT_HOST=
143143
# the "$ dockerd-rootless-setuptool.sh install" command.
144144
# For example DOCKER_HOST_PATH=$XDG_RUNTIME_DIR/docker.sock
145145
# If you are not using Docker Rootless, leave this variable blank
146-
DOCKER_HOST_ROOTLESS_PATH=
146+
DOCKER_HOST_ROOTLESS_PATH=

bin/.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ DEFAULT_DOCKER_GEN_IMAGE_VERSION="0.9"
2626

2727
#-----------------------------------------------------------------------
2828
#
29-
# Letsencrypt-nginx-proxy-companion default image, version and service name
29+
# Letsencrypt acme-compantion default image, version and service name
3030
#
31-
DEFAULT_LETSENCRYPT_SERVICE_NAME=letsencrypt-companion
31+
DEFAULT_LETSENCRYPT_SERVICE_NAME=acme-companion
3232
DEFAULT_LETSENCRYPT_IMAGE_NAME="nginxproxy/acme-companion"
3333
DEFAULT_LETSENCRYPT_IMAGE_VERSION="2.2"
3434

0 commit comments

Comments
 (0)