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