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