use full storage path not path to volumes
This commit is contained in:
parent
a69a5991b3
commit
c6bf4e3fa0
8 changed files with 22 additions and 22 deletions
|
@ -41,7 +41,7 @@ services:
|
|||
- web
|
||||
- dockersocket
|
||||
volumes:
|
||||
- ${VOLUMES_PATH}/proxy/letsencrypt:/letsencrypt
|
||||
- ${STORAGE_PATH}/letsencrypt:/letsencrypt
|
||||
- $PWD/tls.toml:/etc/traefik/tls.toml
|
||||
healthcheck:
|
||||
test: traefik healthcheck --ping
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue