fix host + path rule

This commit is contained in:
Yax 2020-06-27 17:57:09 +02:00
parent f434ab4587
commit 977477cfaf
2 changed files with 2 additions and 2 deletions

View file

@ -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