move to /srv

This commit is contained in:
Pim Kunis 2023-01-07 19:08:49 +01:00
parent 5331d25c4a
commit 5bf6d7acbc
13 changed files with 44 additions and 46 deletions

View file

@ -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: