From f2e72345e6c4ced7198ee2f9f586d2072eabed4a Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Tue, 24 Feb 2026 16:45:24 -0600 Subject: [PATCH] Update sonarr port --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index b8d3064..87f19cf 100644 --- a/compose.yaml +++ b/compose.yaml @@ -15,7 +15,7 @@ services: - /mnt/docker/homelab-starr/sonarr:/config - /mnt/data:/data ports: - - "8989" + - "8989:8989" environment: - PUID=1000 - PGID=10000