Updates
This commit is contained in:
parent
59f721f4d7
commit
bdb4ad8160
3 changed files with 11 additions and 17 deletions
|
|
@ -343,7 +343,7 @@ in {
|
|||
port = 7878;
|
||||
in lib.mkIf cfg.radarr.enable {
|
||||
hostname = "radarr";
|
||||
image = "ghcr.io/hotio/radarr:release-5.28.0.10205";
|
||||
image = "ghcr.io/hotio/radarr:testing-5.28.0.10205";
|
||||
autoStart = true;
|
||||
ports = lib.mkIf cfg.radarr.exposePorts [
|
||||
"${toString port}:${toString port}/tcp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue