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:
|
||||
- nginx_backend
|
||||
environment:
|
||||
JELLYFIXER_INTERNAL_URL: http://jellycontainer:8096
|
||||
JELLYFIXER_EXTERNAL_URL: https://jellyfin.foo.tld
|
||||
- JELLYFIXER_INTERNAL_URL=http://jellycontainer:8096
|
||||
- JELLYFIXER_EXTERNAL_URL=https://jellyfin.foo.tld
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.jellyfixer-secured.rule=Host(`jellyfin.foo.tld`) && Path(`/System/Info/Public`)"
|
||||
|
Loading…
Reference in New Issue
Block a user