diff --git a/base/docker-compose.yml b/base/docker-compose.yml index 3ad9f5c..5f018b3 100644 --- a/base/docker-compose.yml +++ b/base/docker-compose.yml @@ -67,8 +67,8 @@ services: # That way you can add other internal Traefik instances per stack if needed - traefik.constraint-label=traefik # IP white list middleware - - traefik.http.middlewares.local.ipallowlist.sourcerange=10.0.0.0/12, 192.168.255.0/24 - - traefik.http.middlewares.local.ipwhitelist.ipstrategy.depth=0 + - traefik.http.middlewares.local.ipallowlist.sourcerange=10.0.0.0/12, 192.168.255.0/24, 172.35.0.0/24, 172.30.0.0/16 + - traefik.http.middlewares.local.ipallowlist.ipstrategy.depth=0 - traefik.http.middlewares.admin-auth.basicauth.usersfile=/run/secrets/traefik-admin-user # traefik frontend - traefik.http.routers.traefik-https.rule=Host(`traefik.szabolcsi.dev`)