Fix volume mounts

This commit is contained in:
Colin Hebert
2024-01-02 11:29:41 +01:00
parent 27b6d5ca02
commit c559302b0f

View File

@@ -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