fix: Fixes password not being set correctly for Immich

This commit is contained in:
Tera << 8 2025-05-07 23:45:30 -04:00
parent ad23b2c894
commit c5ed8a5125
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37

View file

@ -48,7 +48,6 @@
environment = { environment = {
"POSTGRES_DB" = "immich"; "POSTGRES_DB" = "immich";
"POSTGRES_INITDB_ARGS" = "--data-checksums"; "POSTGRES_INITDB_ARGS" = "--data-checksums";
"POSTGRES_PASSWORD" = "pgpass";
"POSTGRES_USER" = "postgres"; "POSTGRES_USER" = "postgres";
}; };
volumes = [ volumes = [