From 8d38abc220f19ccabca81634988e4e7f84b51949 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Wed, 15 Apr 2026 17:03:27 +0200 Subject: [PATCH] fix: add http volume mount --- tasks/traefik.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/traefik.yaml b/tasks/traefik.yaml index 8befbad..90af27e 100644 --- a/tasks/traefik.yaml +++ b/tasks/traefik.yaml @@ -79,6 +79,7 @@ network_mode: "host" volumes: - "/mnt/traefik/traefik.yml:/traefik.yml:ro" + - "/mnt/traefik/http.yml:/http.yml:ro" - "/mnt/traefik/acme.json:/acme.json" - "/mnt/traefik/transip.key:/transip.key:ro"