Open jellyfin port
This commit is contained in:
parent
b362cc511b
commit
fc93090a36
1 changed files with 1 additions and 0 deletions
|
@ -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 = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue