Fix paths: /data/UHD and /data/FHD instead of /media/*
This commit is contained in:
parent
9d1f579313
commit
19878b5923
2 changed files with 3 additions and 3 deletions
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
checkrr:
|
||||
checkpath:
|
||||
- /media/movies
|
||||
- /media/tvshows
|
||||
- /data/UHD
|
||||
- /data/FHD
|
||||
runOnce: false
|
||||
port: 8585
|
||||
host: 0.0.0.0
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue