Open jellyfin port

This commit is contained in:
Marko Korhonen 2023-04-12 09:05:20 +03:00
parent 1702543f0f
commit 9730ee75c2

View file

@ -2,6 +2,7 @@
image = "jellyfin/jellyfin" image = "jellyfin/jellyfin"
container_name = "jellyfin" container_name = "jellyfin"
environment = ["TZ=Europe/Helsinki"] environment = ["TZ=Europe/Helsinki"]
ports = ["8096:8096"]
networks = ["proxy", "authentik"] networks = ["proxy", "authentik"]
restart = "unless-stopped" restart = "unless-stopped"
volumes = [ volumes = [