update traefik version

This commit is contained in:
Milo Schwartz 2025-02-03 22:58:04 -05:00
parent 7cf798851c
commit bc0b467f1a
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ services:
- 80:80 # Port for traefik because of the network_mode - 80:80 # Port for traefik because of the network_mode
traefik: traefik:
image: traefik:v3.1 image: traefik:v3.3.3
container_name: traefik container_name: traefik
restart: unless-stopped restart: unless-stopped
network_mode: service:gerbil # Ports appear on the gerbil service network_mode: service:gerbil # Ports appear on the gerbil service

View file

@ -36,7 +36,7 @@ services:
{{end}} {{end}}
traefik: traefik:
image: traefik:v3.1 image: traefik:v3.3.3
container_name: traefik container_name: traefik
restart: unless-stopped restart: unless-stopped
{{if .InstallGerbil}} {{if .InstallGerbil}}