fixes docker-compose example
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f46f913206
commit
b83f2df025
@ -41,8 +41,8 @@ it can take a config file as first argument.
|
|||||||
networks:
|
networks:
|
||||||
- nginx_backend
|
- nginx_backend
|
||||||
environment:
|
environment:
|
||||||
JELLYFIXER_INTERNAL_URL: http://jellycontainer:8096
|
- JELLYFIXER_INTERNAL_URL=http://jellycontainer:8096
|
||||||
JELLYFIXER_EXTERNAL_URL: https://jellyfin.foo.tld
|
- JELLYFIXER_EXTERNAL_URL=https://jellyfin.foo.tld
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.jellyfixer-secured.rule=Host(`jellyfin.foo.tld`) && Path(`/System/Info/Public`)"
|
- "traefik.http.routers.jellyfixer-secured.rule=Host(`jellyfin.foo.tld`) && Path(`/System/Info/Public`)"
|
||||||
|
Loading…
Reference in New Issue
Block a user