strip prefix

This commit is contained in:
Yax 2020-06-27 19:24:38 +02:00
parent 977477cfaf
commit c750339e89

View file

@ -18,6 +18,7 @@ services:
labels: labels:
- traefik.enable=true - traefik.enable=true
- traefik.http.routers.glances.rule=Host(`${SITE}`) && Path(`/top`) - traefik.http.routers.glances.rule=Host(`${SITE}`) && Path(`/top`)
- traefik.http.middlewares.glances.stripprefix.prefixes=/top
- traefik.http.routers.glances.entrypoints=web - traefik.http.routers.glances.entrypoints=web
- traefik.http.services.glances.loadbalancer.server.port=61208 - traefik.http.services.glances.loadbalancer.server.port=61208