diff --git a/manage/remote-node/backhaul.mdx b/manage/remote-node/backhaul.mdx index 869419c..6a35b57 100644 --- a/manage/remote-node/backhaul.mdx +++ b/manage/remote-node/backhaul.mdx @@ -87,7 +87,7 @@ services: - SYS_MODULE traefik: - image: docker.io/traefik:v3.5 + image: docker.io/traefik:v3.7 container_name: traefik restart: unless-stopped network_mode: host diff --git a/self-host/advanced/wild-card-domains.mdx b/self-host/advanced/wild-card-domains.mdx index a805a11..c1e5640 100644 --- a/self-host/advanced/wild-card-domains.mdx +++ b/self-host/advanced/wild-card-domains.mdx @@ -107,7 +107,7 @@ In the Pangolin dashboard, `default` uses Pangolin's configured `traefik.cert_re ```yaml title="docker-compose.yml" highlight={11-12} traefik: - image: docker.io/traefik:v3.6 + image: docker.io/traefik:v3.7 container_name: traefik restart: unless-stopped network_mode: service:gerbil diff --git a/self-host/community-guides/traefik-hardening.mdx b/self-host/community-guides/traefik-hardening.mdx index 6a55e76..8d3295e 100644 --- a/self-host/community-guides/traefik-hardening.mdx +++ b/self-host/community-guides/traefik-hardening.mdx @@ -30,7 +30,7 @@ By default it's using a file path which makes adding more file like stuff annoyi ```yaml traefik: - image: traefik:v3 + image: traefik:v3.7 container_name: traefik network_mode: service:gerbil restart: always diff --git a/self-host/how-to-update.mdx b/self-host/how-to-update.mdx index 07163ae..621c0a2 100644 --- a/self-host/how-to-update.mdx +++ b/self-host/how-to-update.mdx @@ -44,15 +44,15 @@ sudo docker compose down ```yaml title="docker-compose.yml" services: pangolin: - image: fosrl/pangolin:1.7.3 # Update to latest version + image: fosrl/pangolin:1.16.0 # Update to latest version # ... rest of config gerbil: - image: fosrl/gerbil:1.2.1 # Update to latest version + image: fosrl/gerbil:1.5.0 # Update to latest version # ... rest of config traefik: - image: traefik:v3.4.0 # Update if needed + image: traefik:v3.7 # Update if needed # ... rest of config ``` diff --git a/self-host/manual/docker-compose.mdx b/self-host/manual/docker-compose.mdx index 512ec86..d4d231b 100644 --- a/self-host/manual/docker-compose.mdx +++ b/self-host/manual/docker-compose.mdx @@ -104,7 +104,7 @@ services: - 80:80 traefik: - image: docker.io/traefik:v3.6 + image: docker.io/traefik:v3.7 container_name: traefik restart: unless-stopped network_mode: service:gerbil diff --git a/self-host/manual/manual-install.mdx b/self-host/manual/manual-install.mdx index b5597f1..410c4e2 100644 --- a/self-host/manual/manual-install.mdx +++ b/self-host/manual/manual-install.mdx @@ -155,7 +155,7 @@ services: - 80:80 traefik: - image: traefik:v3.4.0 + image: traefik:v3.7 container_name: traefik restart: unless-stopped network_mode: service:gerbil # Ports appear on the gerbil service