From 536ae64c8c90fb5290f11ca5386091131072eb0d Mon Sep 17 00:00:00 2001 From: feldjaeger Date: Sat, 11 Apr 2026 16:55:05 +0200 Subject: [PATCH] Add PUID/PGID/TZ env vars to checkrr service --- compose.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 36fd07b..d65870e 100644 --- a/compose.yaml +++ b/compose.yaml @@ -161,7 +161,9 @@ services: - sonarrUHD - sonarrFHD environment: - - CHECKRR_CONFIG=/etc/checkrr.yaml + - PUID=1000 + - PGID=1000 + - TZ=Europe/Berlin volumes: