From c559302b0f333cc5a9676e86bfb73f64b8541ab1 Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Tue, 2 Jan 2024 11:29:41 +0100 Subject: [PATCH] Fix volume mounts --- photo-collector/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/photo-collector/docker-compose.yml b/photo-collector/docker-compose.yml index e32a166..e2e5ab2 100644 --- a/photo-collector/docker-compose.yml +++ b/photo-collector/docker-compose.yml @@ -30,7 +30,7 @@ services: hostname: immich-machine-learning image: ghcr.io/immich-app/immich-machine-learning volumes: - - model-cache:/cache + - ${NASCOMPOSE_SERVICES?}/photo-collector/volumes/imich_ml_cache/:/cache/ restart: unless-stopped redis: @@ -46,5 +46,5 @@ services: POSTGRES_PASSWORD: postgres POSTGRES_DB: immich volumes: - - ${NASCOMPOSE_SERVICES?}/photo-collector/volumes/database_data/:/var/lib/postgresql/data + - ${NASCOMPOSE_SERVICES?}/photo-collector/volumes/database_data/:/var/lib/postgresql/data/ restart: unless-stopped