mirror of https://github.com/samply/bridgehead.git
Bugfix: MTBA path prefix
This commit is contained in:
parent
1d1c3a285b
commit
ab9c55a004
|
@ -19,7 +19,7 @@ services:
|
||||||
CSV_DELIMITER: ${MTBA_CSV_DELIMITER}
|
CSV_DELIMITER: ${MTBA_CSV_DELIMITER}
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "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.services.mtba.loadbalancer.server.port=80"
|
||||||
- "traefik.http.routers.mtba.tls=true"
|
- "traefik.http.routers.mtba.tls=true"
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in New Issue