From 2e99bfcfaf77adbf2251c7d0cd8cbe7a146cb8a0 Mon Sep 17 00:00:00 2001 From: dado Date: Fri, 25 Jul 2025 20:36:08 +0200 Subject: [PATCH] Update .env --- immich/.env | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/immich/.env b/immich/.env index 3af7f2b..80623e2 100644 --- a/immich/.env +++ b/immich/.env @@ -1,10 +1,12 @@ # You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables # The location where your uploaded files are stored -UPLOAD_LOCATION=./library +#UPLOAD_LOCATION=./library +UPLOAD_LOCATION=/etc/novemila/immich/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 +DB_DATA_LOCATION=/etc/novemila/immich/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=Europe/Rome