From 7f1d4ed5208094192693e979b9abfab5e788f80c Mon Sep 17 00:00:00 2001 From: Max Buz <79866323+xopek-by@users.noreply.github.com> Date: Sun, 17 Dec 2023 11:46:01 +0100 Subject: [PATCH] Removed typesence container from Immich due to braking changes in 1.91 --- immich/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/immich/.env b/immich/.env index 63d3a4a..610ce44 100644 --- a/immich/.env +++ b/immich/.env @@ -7,7 +7,7 @@ UPLOAD_LOCATION=/path/to/media/folder IMMICH_VERSION=release # Connection secrets for postgres and typesense. You should change these to random passwords -TYPESENSE_API_KEY=some_random_text +# TYPESENSE_API_KEY=some_random_text DB_PASSWORD=strong_password # The values below this line do not need to be changed