Fix radarr port mapping
This commit is contained in:
@ -139,7 +139,7 @@ with lib.my;
|
||||
radarr = {
|
||||
image = "lscr.io/linuxserver/radarr:latest";
|
||||
autoStart = true;
|
||||
ports = [ "127.0.0.1:7878:7078/tcp" ];
|
||||
ports = [ "127.0.0.1:7878:7878/tcp" ];
|
||||
volumes = [
|
||||
"radarr-config:/config:Z"
|
||||
"downloads:/downloads"
|
||||
|
Reference in New Issue
Block a user