docker-compose.yaml aktualisiert

This commit is contained in:
2026-06-05 18:07:45 +00:00
parent 7ab9b8fbc6
commit 322d86b123
+3 -4
View File
@@ -14,8 +14,7 @@ services:
- "443:443"
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- /etc/traefik/traefik.yaml:/etc/traefik/
- /mnt/traefik/traefik-acme:/etc/traefik/acme
- /mnt/traefik:/etc/traefik
labels:
- "traefik.enable=true"
@@ -56,8 +55,8 @@ services:
timeout: 5s
retries: 3
networks:
traefik_network:
external: true
traefik-net:
driver: bridge
# Removed unused named volume 'traefik-acme' — the bind mount above is used instead.
# If you want a named Docker volume instead of a bind mount, replace the volume
# entry under traefik with: - traefik-acme:/etc/traefik/acme