From b1ec344f4237b0e785281e3a789a7b9beb8c2534 Mon Sep 17 00:00:00 2001 From: Brock H Caldwell Date: Sun, 25 May 2025 20:50:26 -0500 Subject: [PATCH] fix(local deploy): correct bind mounts on scheduler --- deploy.compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy.compose.yml b/deploy.compose.yml index 94d0ac8..dce2c97 100755 --- a/deploy.compose.yml +++ b/deploy.compose.yml @@ -33,7 +33,8 @@ services: scheduler: image: registry.caldwell.digital/home/torsearch-scheduler:${TAG} volumes: - - ./downloads:/var/download + - /mnt/media/downloads/movies:/var/download/movies + - /mnt/media/downloads/tvshows:/var/download/tvshows restart: always command: -vv depends_on: