diff --git a/compose.example.yaml b/compose.example.yaml index 50cb1bcc1..5a35e20cf 100644 --- a/compose.example.yaml +++ b/compose.example.yaml @@ -41,7 +41,7 @@ services: - 80:80 # Port for traefik because of the network_mode traefik: - image: traefik:v3.6 + image: traefik:v3.7 container_name: traefik restart: unless-stopped network_mode: service:gerbil # Ports appear on the gerbil service diff --git a/install/config/docker-compose.yml b/install/config/docker-compose.yml index 96b15ce47..05b2fbe8c 100644 --- a/install/config/docker-compose.yml +++ b/install/config/docker-compose.yml @@ -50,7 +50,7 @@ services: - 80:80{{end}} traefik: - image: docker.io/traefik:v3.6 + image: docker.io/traefik:v3.7 container_name: traefik restart: unless-stopped {{if .InstallGerbil}}network_mode: service:gerbil # Ports appear on the gerbil service{{end}}{{if not .InstallGerbil}}