mirror of
https://github.com/immich-app/immich.git
synced 2025-05-29 20:29:04 +02:00
fix(deployment): warning for database on network share (#17412)
Update example.env
This commit is contained in:
parent
a3c3f9cfcb
commit
f096dd0cc0
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
|||
|
||||
# The location where your uploaded files are stored
|
||||
UPLOAD_LOCATION=./library
|
||||
# The location where your database files are stored
|
||||
|
||||
# The location where your database files are stored. Network shares are not supported for the database
|
||||
DB_DATA_LOCATION=./postgres
|
||||
|
||||
# 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue