From 58f8d6b2702bc8d1f21be18e61cda8022893ecc5 Mon Sep 17 00:00:00 2001 From: Jens Beckmann Date: Thu, 4 Jun 2026 19:13:18 +0000 Subject: [PATCH] docker-compose.yaml aktualisiert --- docker-compose.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 1b8a38f..3724786 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -53,7 +53,9 @@ services: interval: 10s timeout: 5s retries: 3 - +networks: + traefik_network: + external: true # 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