use the new traefik version 3.3.6

This commit is contained in:
Taylan 2025-04-25 12:01:12 +02:00
parent 31bd42f964
commit b3d0b69c04

View file

@ -35,7 +35,7 @@ services:
- 80:80 # Port for traefik because of the network_mode - 80:80 # Port for traefik because of the network_mode
{{end}} {{end}}
traefik: traefik:
image: traefik:v3.3.5 image: traefik:v3.3.6
container_name: traefik container_name: traefik
restart: unless-stopped restart: unless-stopped
{{if .InstallGerbil}} {{if .InstallGerbil}}