From d24baf3fd4c0cd2f8231f6ad4710284a92a30a49 Mon Sep 17 00:00:00 2001 From: Eduardo Figueroa Date: Fri, 5 Dec 2025 03:58:58 +0000 Subject: [PATCH] use nfs storage --- compose/media/frontend/immich/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/media/frontend/immich/.env b/compose/media/frontend/immich/.env index c4e76b5..9ceb713 100644 --- a/compose/media/frontend/immich/.env +++ b/compose/media/frontend/immich/.env @@ -1,7 +1,7 @@ # 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=/mnt/media/photos/immich # The location where your database files are stored. Network shares are not supported for the database DB_DATA_LOCATION=./postgres