From 0ea7f7605d8483bdc6ed5f5f22407b3df234c187 Mon Sep 17 00:00:00 2001 From: harry Date: Thu, 1 Aug 2024 14:56:25 +0200 Subject: [PATCH] wrong port redirection --- features/containers/sonarr.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/containers/sonarr.nix b/features/containers/sonarr.nix index ce03e57..7d8e683 100644 --- a/features/containers/sonarr.nix +++ b/features/containers/sonarr.nix @@ -6,7 +6,7 @@ sonarrAnime = { image = "lscr.io/linuxserver/sonarr:latest"; volumes = [ "sonarr_data:/config" "/srv/Multimedia/SeriesTV:/tv" "/srv/Multimedia/Torrents:/downloads" ]; - ports = [ "8999:80" ]; + ports = [ "8999:8989" ]; environment = { "PUID" = "1000"; "GUID" = "1000";