docker-compose.yaml aktualisiert

This commit is contained in:
2026-06-04 19:13:18 +00:00
parent fa893f8cba
commit 58f8d6b270
+3 -1
View File
@@ -53,7 +53,9 @@ services:
interval: 10s interval: 10s
timeout: 5s timeout: 5s
retries: 3 retries: 3
networks:
traefik_network:
external: true
# Removed unused named volume 'traefik-acme' — the bind mount above is used instead. # 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 # If you want a named Docker volume instead of a bind mount, replace the volume
# entry under traefik with: - traefik-acme:/etc/traefik/acme # entry under traefik with: - traefik-acme:/etc/traefik/acme