Fix radarr port mapping
This commit is contained in:
@ -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"
|
||||||
|
Reference in New Issue
Block a user