From 4477de7a16b1bd1634f874d6e2aeb8067810d989 Mon Sep 17 00:00:00 2001 From: carsten Date: Sun, 1 Mar 2026 21:57:16 +0000 Subject: [PATCH] Update .env --- .env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 3ec9d8e..ded1ae4 100644 --- a/.env +++ b/.env @@ -7,10 +7,10 @@ UPLOAD_LOCATION=/datadisk/docker/immich/library DB_DATA_LOCATION=/datadisk/docker/immich/postgres # The location where your uploaded files are stored -UPLOAD_LOCATION=./library +# UPLOAD_LOCATION=./library # The location where your database files are stored. Network shares are not supported for the database -DB_DATA_LOCATION=./postgres +# DB_DATA_LOCATION=./postgres # To set a timezone, uncomment the next line and change Etc/UTC to a TZ identifier from this list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List # TZ=Etc/UTC