From 510edb6c6ef183956adfa6a51d29c4c85eb5bafb Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Wed, 25 Feb 2026 16:35:59 -0600 Subject: [PATCH] Try without postgres --- compose.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/compose.yaml b/compose.yaml index d722399..49b7165 100644 --- a/compose.yaml +++ b/compose.yaml @@ -19,6 +19,4 @@ services: - PUID=1000 - PGID=1000 - TZ="America/Chicago" - - SONARR__POSTGRES__HOST=10.0.1.10 - - SONARR__POSTGRES__USER=postgres - - SONARR__POSTGRES__PASSWORD=${POSTGRES_PASSWORD:?error} +