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"
|
||||
- "/var/run/docker.sock:/tmp/docker.sock:ro"
|
||||
- "certs:/etc/nginx/certs"
|
||||
- "acme:/etc/acme.sh"
|
||||
restart: always
|
||||
networks:
|
||||
- default
|
||||
|
|
@ -37,6 +38,7 @@ services:
|
|||
- nginx-proxy
|
||||
|
||||
volumes:
|
||||
acme:
|
||||
vhost:
|
||||
html:
|
||||
certs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue