9 lines
172 B
Plaintext
9 lines
172 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'
|