From 96c795a572ac429c6e14ef15feda38816427cc62 Mon Sep 17 00:00:00 2001 From: akanealw Date: Mon, 1 Apr 2024 13:07:26 -0500 Subject: [PATCH] changed uploads folder --- immich/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/immich/.env b/immich/.env index 84f7588..c718057 100644 --- a/immich/.env +++ b/immich/.env @@ -1,7 +1,7 @@ # 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/DadandMomPictures/Camera Roll" +UPLOAD_LOCATION=./uploads # The Immich version to use. You can pin this to a specific version like "v1.71.0" IMMICH_VERSION=release