mirror of
https://github.com/immich-app/immich.git
synced 2025-06-22 17:04:00 +02:00
docs: Update docs + example.env for DB_PASSWORD (#11678)
This commit is contained in:
parent
2dd5514043
commit
ca775ab3e9
2 changed files with 3 additions and 1 deletions
docker
|
@ -12,6 +12,7 @@ DB_DATA_LOCATION=./postgres
|
|||
IMMICH_VERSION=release
|
||||
|
||||
# Connection secret for postgres. You should change it to a random password
|
||||
# Please use only the characters `A-Za-z0-9`, without special characters or spaces
|
||||
DB_PASSWORD=postgres
|
||||
|
||||
# The values below this line do not need to be changed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue