fix acme volume with letsencrypt-nginx-proxy-companion >= v2.0.0 (#1358)

Signed-off-by: Marcel Blöcher <mblo@users.noreply.github.com>
This commit is contained in:
Marcel Blöcher 2021-08-23 14:42:38 +02:00 committed by GitHub
parent 3a1f59b21c
commit c9143621ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 0 deletions

View File

@ -67,6 +67,7 @@ services:
restart: always
volumes:
- certs:/etc/nginx/certs
- acme:/etc/acme.sh
- vhost.d:/etc/nginx/vhost.d
- html:/usr/share/nginx/html
- /var/run/docker.sock:/var/run/docker.sock:ro
@ -94,6 +95,7 @@ volumes:
db:
nextcloud:
certs:
acme:
vhost.d:
html:

View File

@ -76,6 +76,7 @@ services:
restart: always
volumes:
- certs:/etc/nginx/certs
- acme:/etc/acme.sh
- vhost.d:/etc/nginx/vhost.d
- html:/usr/share/nginx/html
- /var/run/docker.sock:/var/run/docker.sock:ro
@ -103,6 +104,7 @@ volumes:
db:
nextcloud:
certs:
acme:
vhost.d:
html:

View File

@ -64,6 +64,7 @@ services:
restart: always
volumes:
- certs:/etc/nginx/certs
- acme:/etc/acme.sh
- vhost.d:/etc/nginx/vhost.d
- html:/usr/share/nginx/html
- /var/run/docker.sock:/var/run/docker.sock:ro
@ -91,6 +92,7 @@ volumes:
db:
nextcloud:
certs:
acme:
vhost.d:
html:

View File

@ -73,6 +73,7 @@ services:
restart: always
volumes:
- certs:/etc/nginx/certs
- acme:/etc/acme.sh
- vhost.d:/etc/nginx/vhost.d
- html:/usr/share/nginx/html
- /var/run/docker.sock:/var/run/docker.sock:ro
@ -100,6 +101,7 @@ volumes:
db:
nextcloud:
certs:
acme:
vhost.d:
html: