mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-16 08:00:16 +02:00
Bugfix: MTBA path prefix
This commit is contained in:
@ -19,7 +19,7 @@ services:
|
||||
CSV_DELIMITER: ${MTBA_CSV_DELIMITER}
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.mtba.rule=PathPrefix(`/`)"
|
||||
- "traefik.http.routers.mtba.rule=PathPrefix(`/mtba`)"
|
||||
- "traefik.http.services.mtba.loadbalancer.server.port=80"
|
||||
- "traefik.http.routers.mtba.tls=true"
|
||||
volumes:
|
||||
|
Reference in New Issue
Block a user