From 74c40487fbda51f5dc8ecdfb4bf96b7a9ba8573f Mon Sep 17 00:00:00 2001 From: harry Date: Thu, 1 Aug 2024 14:52:03 +0200 Subject: [PATCH] fixed port conflicty --- 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 3cd9917..ce03e57 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 = [ "8888:80" ]; + ports = [ "8999:80" ]; environment = { "PUID" = "1000"; "GUID" = "1000";