8 lines
171 B
Plaintext
8 lines
171 B
Plaintext
DB_PASSWORD=SECRET
|
|
DB_USERNAME=postgres
|
|
DB_DATABASE_NAME=immich
|
|
|
|
POSTGRES_PASSWORD=SECRET
|
|
POSTGRES_USER=postgres
|
|
POSTGRES_DB=immich
|
|
POSTGRES_INITDB_ARGS="--data-checksums" |