compose/web: Keep track of acme state
This commit is contained in:
parent
e67974e985
commit
0bda3d7b1f
1 changed files with 2 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ services:
|
||||||
- "html:/usr/share/nginx/html"
|
- "html:/usr/share/nginx/html"
|
||||||
- "/var/run/docker.sock:/tmp/docker.sock:ro"
|
- "/var/run/docker.sock:/tmp/docker.sock:ro"
|
||||||
- "certs:/etc/nginx/certs"
|
- "certs:/etc/nginx/certs"
|
||||||
|
- "acme:/etc/acme.sh"
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
|
|
@ -37,6 +38,7 @@ services:
|
||||||
- nginx-proxy
|
- nginx-proxy
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
acme:
|
||||||
vhost:
|
vhost:
|
||||||
html:
|
html:
|
||||||
certs:
|
certs:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue