move to /srv
This commit is contained in:
parent
5331d25c4a
commit
5bf6d7acbc
13 changed files with 44 additions and 46 deletions
|
@ -20,9 +20,9 @@ services:
|
|||
- "56287:56287"
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /apps/traefik/traefik.toml:/etc/traefik/traefik.toml
|
||||
- /apps/traefik/services.toml:/etc/traefik/services.toml
|
||||
- /apps/traefik/acme.json:/acme.json
|
||||
- /srv/traefik/traefik.toml:/etc/traefik/traefik.toml
|
||||
- /srv/traefik/services.toml:/etc/traefik/services.toml
|
||||
- /srv/traefik/acme.json:/acme.json
|
||||
networks:
|
||||
- traefik
|
||||
labels:
|
||||
|
|
Reference in a new issue