fix(local deploy): correct bind mounts on scheduler
This commit is contained in:
@@ -33,7 +33,8 @@ services:
|
|||||||
scheduler:
|
scheduler:
|
||||||
image: registry.caldwell.digital/home/torsearch-scheduler:${TAG}
|
image: registry.caldwell.digital/home/torsearch-scheduler:${TAG}
|
||||||
volumes:
|
volumes:
|
||||||
- ./downloads:/var/download
|
- /mnt/media/downloads/movies:/var/download/movies
|
||||||
|
- /mnt/media/downloads/tvshows:/var/download/tvshows
|
||||||
restart: always
|
restart: always
|
||||||
command: -vv
|
command: -vv
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user