From 0f26802ab2fb69ada902a8ef76933ce0bef4704c Mon Sep 17 00:00:00 2001 From: poprhythm Date: Tue, 28 Oct 2025 17:29:16 +0000 Subject: [PATCH] Update immich/stack.env --- immich/stack.env | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/immich/stack.env b/immich/stack.env index c3110ac..efb03b6 100644 --- a/immich/stack.env +++ b/immich/stack.env @@ -1,6 +1,6 @@ -UPLOAD_LOCATION:library -DB_DATA_LOCATION:/srv/immich-postgres/ -IMMICH_VERSION:release -DB_PASSWORD:postgres -DB_USERNAME:postgres -DB_DATABASE_NAME:immich \ No newline at end of file +UPLOAD_LOCATION=library +DB_DATA_LOCATION=/srv/immich-postgres/ +IMMICH_VERSION=release +DB_PASSWORD=postgres +DB_USERNAME=postgres +DB_DATABASE_NAME=immich \ No newline at end of file