diff --git a/docker-compose.example.yml b/docker-compose.example.yml index b6184c6..a0ede15 100644 --- a/docker-compose.example.yml +++ b/docker-compose.example.yml @@ -37,7 +37,7 @@ services: - 80:80 # Port for traefik because of the network_mode traefik: - image: traefik:v3.1 + image: traefik:v3.3.3 container_name: traefik restart: unless-stopped network_mode: service:gerbil # Ports appear on the gerbil service diff --git a/install/fs/docker-compose.yml b/install/fs/docker-compose.yml index ab6528d..5b81a6a 100644 --- a/install/fs/docker-compose.yml +++ b/install/fs/docker-compose.yml @@ -36,7 +36,7 @@ services: {{end}} traefik: - image: traefik:v3.1 + image: traefik:v3.3.3 container_name: traefik restart: unless-stopped {{if .InstallGerbil}}