diff --git a/docker/deploy/docker-compose.yaml b/docker/deploy/docker-compose.yaml index 2167c0b1..3fb59c88 100644 --- a/docker/deploy/docker-compose.yaml +++ b/docker/deploy/docker-compose.yaml @@ -18,7 +18,7 @@ services: - dockersock4traefik traefik: - image: traefik:v2.9 + image: traefik:v2.11 container_name: traefik restart: always ports: @@ -37,7 +37,7 @@ services: - "traefik.http.middlewares.metrics-auth.basicauth.users=${METRICS_LOGIN}" - "traefik.http.middlewares.metrics-auth.basicauth.removeheader=true" - "traefik.http.middlewares.traefik-auth.basicauth.users=${TRAEFIK_DASH_LOGIN}" - - "traefik.http.middlewares.whitelist.ipwhitelist.sourcerange=${CF_WHITELIST},${UPTIMEROBOT_WHITELIST}" + - "traefik.http.middlewares.whitelist.ipallowlist.sourcerange=${CF_WHITELIST},${UPTIMEROBOT_WHITELIST}" - "traefik.http.routers.api.rule=Host(`traefik.${DOMAIN}`)" - "traefik.http.routers.api.tls.certresolver=letsencrypt" - "traefik.http.routers.api.service=api@internal"