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: checkrr:
checkpath: checkpath:
- /media/movies - /data/UHD
- /media/tvshows - /data/FHD
runOnce: false runOnce: false
port: 8585 port: 8585
host: 0.0.0.0 host: 0.0.0.0

View file

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