From 9e931753e67c38d678790c8120a0f55d07905c28 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 01:01:56 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20traefik=20Docker?= =?UTF-8?q?=20tag=20to=20v3.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/traefik/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/traefik/compose.yaml b/examples/traefik/compose.yaml index cd7c832..6d5bcf2 100644 --- a/examples/traefik/compose.yaml +++ b/examples/traefik/compose.yaml @@ -7,7 +7,7 @@ name: traefik services: traefik: - image: traefik:v3.2 + image: traefik:v3.6 container_name: traefik command: - --api.dashboard=true