Move storage locations to {VOLUME_PATH}/{COMPOSE_STACK_NAME}/{SERVICE_NAME} schema
This commit is contained in:
parent
922b97710f
commit
23903d003d
5 changed files with 19 additions and 19 deletions
|
@ -40,7 +40,7 @@ services:
|
|||
- web
|
||||
- dockersocket
|
||||
volumes:
|
||||
- ${VOLUMES_PATH}/letsencrypt:/letsencrypt
|
||||
- ${VOLUMES_PATH}/proxy/letsencrypt:/letsencrypt
|
||||
- $PWD/tls.toml:/etc/traefik/tls.toml
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue