Services/Jellyfin: Update to v10.10.7
This commit is contained in:
@ -3,9 +3,12 @@
|
|||||||
lib,
|
lib,
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: {
|
}: let
|
||||||
virtualisation.oci-containers.containers.jellyfin = {
|
jellyfinVersion = "10.10.7";
|
||||||
image = "linuxserver/jellyfin:latest";
|
in {
|
||||||
|
virtualisation.oci-containers.containers = {
|
||||||
|
jellyfin = {
|
||||||
|
image = "linuxserver/jellyfin:${jellyfinVersion}";
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
|
|
||||||
login = {
|
login = {
|
||||||
@ -45,4 +48,5 @@
|
|||||||
"--net=behind-nginx"
|
"--net=behind-nginx"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user