From 29aab33262d31e9c2375a3b6fd2891a09a119912 Mon Sep 17 00:00:00 2001 From: crypt0rr <57799908+crypt0rr@users.noreply.github.com> Date: Mon, 19 Jan 2026 08:51:25 +0100 Subject: [PATCH] Fix duplicate variable declaration for DB_DATABASE_NAME in .env --- services/immich/.env | 1 - 1 file changed, 1 deletion(-) diff --git a/services/immich/.env b/services/immich/.env index 7a7dee1..0284c68 100644 --- a/services/immich/.env +++ b/services/immich/.env @@ -38,5 +38,4 @@ DB_PASSWORD=postgres # The values below this line do not need to be changed ################################################################################### DB_USERNAME=postgres -DB_DATABASE_NAME=immich DB_DATABASE_NAME=immich \ No newline at end of file