9 lines
172 B
Bash
9 lines
172 B
Bash
DB_PASSWORD=secret
|
|
DB_USERNAME=postgres
|
|
DB_DATABASE_NAME=immich
|
|
|
|
POSTGRES_PASSWORD=secret
|
|
POSTGRES_USER=postgres
|
|
POSTGRES_DB=immich
|
|
POSTGRES_INITDB_ARGS='--data-checksums'
|