Compare commits
1 commit
7bb9b03b7f
...
e5c6584e97
Author | SHA1 | Date | |
---|---|---|---|
e5c6584e97 |
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ with lib;
|
||||||
let
|
let
|
||||||
app = "jellyfin";
|
app = "jellyfin";
|
||||||
# renovate: depName=ghcr.io/jellyfin/jellyfin datasource=docker
|
# renovate: depName=ghcr.io/jellyfin/jellyfin datasource=docker
|
||||||
version = "10.10.2";
|
version = "10.10.3";
|
||||||
image = "ghcr.io/jellyfin/jellyfin:${version}";
|
image = "ghcr.io/jellyfin/jellyfin:${version}";
|
||||||
port = 8096; # int
|
port = 8096; # int
|
||||||
cfg = config.mySystem.containers.${app};
|
cfg = config.mySystem.containers.${app};
|
||||||
|
|
Loading…
Reference in a new issue