fix: jellyfing release tag
This commit is contained in:
parent
f652e3b441
commit
e447efe168
|
@ -5,7 +5,7 @@ in {
|
||||||
# Volunteer-built media solution that puts you in control of your media
|
# Volunteer-built media solution that puts you in control of your media
|
||||||
jellyfin = {
|
jellyfin = {
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
image = "jellyfin/jellyfin:release-10.9.9";
|
image = "jellyfin/jellyfin:10.9.9";
|
||||||
ports = [
|
ports = [
|
||||||
"${port}:8096/tcp" # HTTP traffic
|
"${port}:8096/tcp" # HTTP traffic
|
||||||
"8920:8920/tcp" # HTTPS traffic
|
"8920:8920/tcp" # HTTPS traffic
|
||||||
|
|
Loading…
Reference in a new issue