Fix paths: /data/UHD and /data/FHD instead of /media/*

This commit is contained in:
feldjaeger 2026-04-11 16:44:10 +02:00
parent 9d1f579313
commit 19878b5923
2 changed files with 3 additions and 3 deletions

View file

@ -4,8 +4,8 @@
checkrr:
checkpath:
- /media/movies
- /media/tvshows
- /data/UHD
- /data/FHD
runOnce: false
port: 8585
host: 0.0.0.0

View file

@ -8,7 +8,7 @@ services:
volumes:
- /app-config/arr/checkrr.yaml:/etc/checkrr.yaml
- /app-config/arr/checkrr.db:/checkrr.db
- data:/media
- data:/data
ports:
- 8585:8585
restart: on-failure