diff --git a/hosts/ps08rp/traefik/compose.yaml b/hosts/ps08rp/traefik/compose.yaml index 9011f171e..3973dad89 100644 --- a/hosts/ps08rp/traefik/compose.yaml +++ b/hosts/ps08rp/traefik/compose.yaml @@ -1,7 +1,7 @@ --- services: traefik: - image: ghcr.io/traefik/traefik:v3.5.4 + image: ghcr.io/traefik/traefik:v3.6.0 container_name: traefik command: - "--global.checkNewVersion=false" diff --git a/hosts/ps09rp/traefik/compose.yaml b/hosts/ps09rp/traefik/compose.yaml index 0b4f42950..00d0d9be9 100644 --- a/hosts/ps09rp/traefik/compose.yaml +++ b/hosts/ps09rp/traefik/compose.yaml @@ -1,7 +1,7 @@ --- services: traefik: - image: ghcr.io/traefik/traefik:v3.5.4 + image: ghcr.io/traefik/traefik:v3.6.0 container_name: traefik command: - "--global.checkNewVersion=false" diff --git a/hosts/ps10rp/traefik/compose.yaml b/hosts/ps10rp/traefik/compose.yaml index 712d6fde1..db178868b 100644 --- a/hosts/ps10rp/traefik/compose.yaml +++ b/hosts/ps10rp/traefik/compose.yaml @@ -20,7 +20,7 @@ services: - /dev/net/tun:/dev/net/tun traefik: - image: ghcr.io/traefik/traefik:v3.5.4 + image: ghcr.io/traefik/traefik:v3.6.0 container_name: traefik command: - "--global.checkNewVersion=false"