From 914ce8c0e5e7fad543ead9fc0281b573d39121c1 Mon Sep 17 00:00:00 2001 From: jaydee Date: Fri, 31 Oct 2025 13:03:11 +0100 Subject: [PATCH] build --- immich/.env | 2 +- immich/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/immich/.env b/immich/.env index bb57e6e..87f375e 100755 --- a/immich/.env +++ b/immich/.env @@ -1,7 +1,7 @@ # You can find documentation for all the supported env variables at https://docs.immich.app/install/environment-variables # The location where your uploaded files are stored -UPLOAD_LOCATION=/media/nas/nas-qda_1/immich/library +UPLOAD_LOCATION=/media/nas/qda_1/immich/library # The location where your database files are stored. Network shares are not supported for the database DB_DATA_LOCATION=/share/docker_data/immich/db diff --git a/immich/docker-compose.yml b/immich/docker-compose.yml index a00c60e..1364adf 100755 --- a/immich/docker-compose.yml +++ b/immich/docker-compose.yml @@ -20,7 +20,7 @@ services: # 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}:/data - /etc/localtime:/etc/localtime:ro - - /media/nas/nas-photo:/mnt/photos2 + - /media/nas/photo:/mnt/photos2 env_file: - .env ports: