Merge branch 'ZFSMigrate': Migrate immich to per-service ZFS datasets
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user