From ab6874422ab3edde1416eee577169c4e0262c36b Mon Sep 17 00:00:00 2001 From: sascha Date: Sat, 11 Apr 2026 19:06:36 +0200 Subject: [PATCH] fix: checkrr - add command flag, fix volume paths --- compose.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index 28853e1..92df81a 100644 --- a/compose.yaml +++ b/compose.yaml @@ -146,9 +146,10 @@ services: checkrr: container_name: checkrr image: aetaric/checkrr:latest + command: -c /etc/checkrr.yaml volumes: - - /app-config/arr/checkrr/checkrr.yaml:/etc/checkrr.yaml - - /app-config/arr/checkrr/checkrr.db:/checkrr.db + - /app-config/arr/checkrr.yaml:/etc/checkrr.yaml + - /app-config/arr/checkrr.db:/checkrr.db - data:/data ports: - 8585:8585