fixes docker-compose example
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Marvin Steadfast 2020-12-09 09:35:29 +01:00
parent f46f913206
commit b83f2df025

View File

@ -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`)"