Improve install and modify Traefik IP restriction
This commit is contained in:
@@ -35,7 +35,8 @@ services:
|
||||
- "traefik.http.routers.traefik.middlewares=localonly"
|
||||
- "traefik.http.routers.traefik.service=api@internal"
|
||||
- "traefik.http.routers.traefik.tls=true"
|
||||
- "traefik.http.middlewares.localonly.ipwhitelist.sourcerange=10.0.0.0/8"
|
||||
#- "traefik.http.middlewares.localonly.ipwhitelist.sourcerange=10.0.0.0/8"
|
||||
- "traefik.http.middlewares.localonly.ipwhitelist.sourcerange=172.16.0.0/12,10.0.0.0/8" # vagrant verison
|
||||
whoami:
|
||||
image: "traefik/whoami"
|
||||
networks:
|
||||
|
Reference in New Issue
Block a user