diff --git a/compose.yaml b/compose.yaml index d65870e..28853e1 100644 --- a/compose.yaml +++ b/compose.yaml @@ -147,8 +147,8 @@ services: container_name: checkrr image: aetaric/checkrr:latest volumes: - - /app-config/arr/checkrr.yaml:/etc/checkrr.yaml - - /app-config/arr/checkrr.db:/checkrr.db + - /app-config/arr/checkrr/checkrr.yaml:/etc/checkrr.yaml + - /app-config/arr/checkrr/checkrr.db:/checkrr.db - data:/data ports: - 8585:8585