From 42901467d4b5039c598f06564d4e93a2369e85da Mon Sep 17 00:00:00 2001 From: mattspeer Date: Thu, 28 May 2026 11:38:10 -0500 Subject: [PATCH] Update .env Updated to align with current compose yaml --- .env | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.env b/.env index d856dc1..544a94b 100644 --- a/.env +++ b/.env @@ -1,8 +1,6 @@ UPLOAD_LOCATION=/srv/photos IMMICH_VERSION=release DB_PASSWORD=postgres -DB_HOSTNAME=immich_postgres DB_USERNAME=postgres DB_DATABASE_NAME=immich -DB_DATA_LOCATION=./postgres -REDIS_HOSTNAME=immich_redis \ No newline at end of file +DB_DATA_LOCATION=./postgres \ No newline at end of file