mirror of
https://gitea.zaclys.com/yannic/selfhosting.git
synced 2026-04-25 17:00:40 +02:00
fix host + path rule
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user