From 8fcdab4882e12c1ddb8b181b69cbf0ccd974a982 Mon Sep 17 00:00:00 2001 From: Tangent Date: Wed, 24 Dec 2025 09:11:47 +0000 Subject: [PATCH] Update immich/immich.env --- immich/{example.env => immich.env} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename immich/{example.env => immich.env} (93%) diff --git a/immich/example.env b/immich/immich.env similarity index 93% rename from immich/example.env rename to immich/immich.env index 6641cce..27eae5a 100644 --- a/immich/example.env +++ b/immich/immich.env @@ -1,10 +1,10 @@ # 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=./library +UPLOAD_LOCATION=/path/on/host # The location where your database files are stored. Network shares are not supported for the database -DB_DATA_LOCATION=./postgres +DB_DATA_LOCATION=/path/on/host # 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