From 7c3d922c587cdd73e4d4375436fe9f592d6fdc18 Mon Sep 17 00:00:00 2001 From: "ladislav.dusa" Date: Fri, 10 Oct 2025 15:59:30 +0200 Subject: [PATCH] renamed metadata name to _infra --- immich/.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/immich/.env b/immich/.env index 6d6fd1e..67c589d 100755 --- a/immich/.env +++ b/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=/share/docker_data/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=/share/docker_data/immich/db # 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