From b3d0b69c04785f3a6e5a038381ae702496f15bee Mon Sep 17 00:00:00 2001 From: Taylan Date: Fri, 25 Apr 2025 12:01:12 +0200 Subject: [PATCH] use the new traefik version 3.3.6 --- install/config/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/config/docker-compose.yml b/install/config/docker-compose.yml index 496b0138..6c1a3755 100644 --- a/install/config/docker-compose.yml +++ b/install/config/docker-compose.yml @@ -35,7 +35,7 @@ services: - 80:80 # Port for traefik because of the network_mode {{end}} traefik: - image: traefik:v3.3.5 + image: traefik:v3.3.6 container_name: traefik restart: unless-stopped {{if .InstallGerbil}}