.env
sync db name to official env example provided by immich
This commit is contained in:
parent
1674e70307
commit
185c81a579
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
DB_HOSTNAME=immich-database
|
||||
DB_USERNAME=postgres
|
||||
DB_PASSWORD=MySecureDatabasePassword # change this
|
||||
DB_DATABASE_NAME=immich-psgdb
|
||||
DB_DATABASE_NAME=immich
|
||||
DB_DATABASE_LOCATION=/mnt/docker-volumes/immich/database # change this
|
||||
|
||||
# TYPESENSE
|
||||
|
|
|
|||
Loading…
Reference in a new issue