This commit is contained in:
msnie
2025-04-30 12:51:40 +02:00
parent c0a5b8c067
commit d64295279b
+2 -1
View File
@@ -45,7 +45,8 @@ services:
command:
- --configFile=/etc/traefik/traefik_config.yml
volumes:
- ./config/traefik.yml:/etc/traefik:ro # Volume to store the Traefik configuration
- "./config/traefik.yml:/traefik.yml:ro"
# - ./config/traefik.yml:/etc/traefik:ro # Volume to store the Traefik configuration
- /srv/traefik/letsencrypt:/letsencrypt # Volume to store the Let's Encrypt certificates
networks: