From b89002836b9db5802d57eea0294537972c6fc8c5 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Sat, 6 Dec 2025 13:58:18 +0100 Subject: [PATCH] feat: downgrade treafik to v3.6.2 --- tasks/traefik.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/traefik.yaml b/tasks/traefik.yaml index ba07077..8ec33e4 100644 --- a/tasks/traefik.yaml +++ b/tasks/traefik.yaml @@ -63,7 +63,7 @@ # traefik name: "traefik" - image: "docker.io/traefik:v3.6.4" + image: "docker.io/traefik:v3.6.2" image_name_mismatch: "recreate" restart_policy: "unless-stopped" network_mode: "host"