From 8580d40447b22b5bb77a742316895aa46fbea442 Mon Sep 17 00:00:00 2001 From: "ladislav.dusa" Date: Fri, 10 Oct 2025 15:38:46 +0200 Subject: [PATCH] renamed metadata name to _infra --- immich/stack.env | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/immich/stack.env b/immich/stack.env index 527c182..0c25f50 100755 --- a/immich/stack.env +++ b/immich/stack.env @@ -18,4 +18,5 @@ DB_PASSWORD=postgres # The values below this line do not need to be changed ################################################################################### DB_USERNAME=postgres -DB_DATABASE_NAME=immich \ No newline at end of file +DB_DATABASE_NAME=immich +POSTGRES_PASSWORD=postgres \ No newline at end of file