fix host glances

This commit is contained in:
Yax 2020-07-06 18:56:34 +02:00
parent afcecdb850
commit 135f9d174a

View file

@ -17,7 +17,7 @@ services:
- 61208
labels:
- traefik.enable=true
- traefik.http.routers.glances.rule=Host(`${HOST_GLANCES}.${DOMAIN}`)
- traefik.http.routers.glances.rule=Host(`${HOST_WWW}.${DOMAIN}`) && PathPrefix(`${PATH_GLANCES}`)
- traefik.http.routers.glances.entrypoints=websecure
- traefik.http.routers.glances.tls=true
- traefik.http.services.glances.loadbalancer.server.port=61208