From f48db21fc3bc8cec6248a6701a47686aac87bb44 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 28 Aug 2023 12:22:54 +0200 Subject: [PATCH] Update config.json --- immich/config.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/immich/config.json b/immich/config.json index 4385972be..ec84b3df0 100644 --- a/immich/config.json +++ b/immich/config.json @@ -55,6 +55,8 @@ ], "environment": { "REDIS_HOSTNAME": "localhost", + "MACHINE_LEARNING_CACHE_FOLDER": "/data/machine-learning", + "TYPESENSE_DATA_DIR": "/data/typesense", "REDIS_PORT": "6379" }, "image": "ghcr.io/alexbelgium/immich-{arch}",