fix host + path rule
This commit is contained in:
parent
f434ab4587
commit
977477cfaf
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ services:
|
|||
- 61208
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.http.routers.glances.rule=Host(`${SITE}`)/top
|
||||
- traefik.http.routers.glances.rule=Host(`${SITE}`) && Path(`/top`)
|
||||
- traefik.http.routers.glances.entrypoints=web
|
||||
- traefik.http.services.glances.loadbalancer.server.port=61208
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ services:
|
|||
- 9000
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.http.routers.portainer.rule=Host(`${SITE}`)/console
|
||||
- traefik.http.routers.portainer.rule=Host(`${SITE}`) && Path(`/console`)
|
||||
- traefik.http.routers.portainer.entrypoints=web
|
||||
- traefik.http.services.portainer.loadbalancer.server.port=9000
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue