Fix ombi base url
This commit is contained in:
parent
189be74fb2
commit
d9eefb2e4c
|
@ -9,6 +9,7 @@ services:
|
||||||
- PGID=${PGID}
|
- PGID=${PGID}
|
||||||
- PUID=${PUID}
|
- PUID=${PUID}
|
||||||
- TZ=${TZ}
|
- TZ=${TZ}
|
||||||
|
- BASE_URL=/
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.ombi.rule=Host(`ombi.${TRAEFIK_DOMAIN}`)"
|
- "traefik.http.routers.ombi.rule=Host(`ombi.${TRAEFIK_DOMAIN}`)"
|
||||||
|
|
Loading…
Reference in New Issue