Fix radarr port mapping

This commit is contained in:
2023-05-30 22:39:38 +01:00
parent 928f1f6cb7
commit 22899fab84

View File

@ -139,7 +139,7 @@ with lib.my;
radarr = { radarr = {
image = "lscr.io/linuxserver/radarr:latest"; image = "lscr.io/linuxserver/radarr:latest";
autoStart = true; autoStart = true;
ports = [ "127.0.0.1:7878:7078/tcp" ]; ports = [ "127.0.0.1:7878:7878/tcp" ];
volumes = [ volumes = [
"radarr-config:/config:Z" "radarr-config:/config:Z"
"downloads:/downloads" "downloads:/downloads"