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:
|
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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue