From a1c2266436b5fb0188a3642d15b3271bccc437a3 Mon Sep 17 00:00:00 2001 From: cjones Date: Tue, 31 Mar 2026 11:24:49 -0400 Subject: [PATCH] Migrate immich to per-service ZFS datasets --- immich/.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/immich/.env b/immich/.env index 3d112e4..6ed3363 100644 --- a/immich/.env +++ b/immich/.env @@ -1,9 +1,9 @@ # 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=/mnt/storage/appdata/immich/library +UPLOAD_LOCATION=/var/lib/immich/data # The location where your database files are stored -DB_DATA_LOCATION=/mnt/storage/appdata/immich/postgres +DB_DATA_LOCATION=/var/lib/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=America/New_York