From d3f3e410f8968c1722d7e67a9ee12fe107e72fb1 Mon Sep 17 00:00:00 2001 From: Andy Bunce Date: Sun, 9 Mar 2025 21:28:20 +0000 Subject: [PATCH] [mod] lib loc --- immich/.env | 2 ++ immich/docker-compose.yml | 1 + 2 files changed, 3 insertions(+) diff --git a/immich/.env b/immich/.env index 9ad3af3..d04ce31 100644 --- a/immich/.env +++ b/immich/.env @@ -2,6 +2,8 @@ # The location where your uploaded files are stored UPLOAD_LOCATION=./library +# Library location +LIB_LOCATION=/srv/dev-disk-by-uuid-45e2e732-9e00-4a82-a7cc-9c743e033671/datastore/PicasaStarter/pictures/Pictures # The location where your database files are stored DB_DATA_LOCATION=./postgres diff --git a/immich/docker-compose.yml b/immich/docker-compose.yml index fd0edf9..9994c81 100644 --- a/immich/docker-compose.yml +++ b/immich/docker-compose.yml @@ -19,6 +19,7 @@ services: volumes: # Do not edit the next line. If you want to change the media storage location on your system, edit the value of UPLOAD_LOCATION in the .env file - ${UPLOAD_LOCATION}:/usr/src/app/upload + - ${LIB_LOCATION}:/mnt/photos2:ro - /etc/localtime:/etc/localtime:ro env_file: - .env