From 68075f2b8fac6c50f2af1b79fff023d2ad56bd37 Mon Sep 17 00:00:00 2001 From: dado Date: Sat, 26 Jul 2025 15:01:29 +0200 Subject: [PATCH] disable geocoding --- immich/.env | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/immich/.env b/immich/.env index 3af7f2b..2c19660 100644 --- a/immich/.env +++ b/immich/.env @@ -17,6 +17,7 @@ IMMICH_VERSION=release DB_PASSWORD= # The values below this line do not need to be changed -################################################################################### DB_USERNAME=postgres DB_DATABASE_NAME=immich + +DISABLE_REVERSE_GEOCODING=true \ No newline at end of file