From 1e82c373623a8b7f8cbddf157dd3d99e12e0d985 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 12 Feb 2023 13:47:52 +0100 Subject: [PATCH] Update config.json --- immich/config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/immich/config.json b/immich/config.json index 9068f9ac1..8440e3d26 100644 --- a/immich/config.json +++ b/immich/config.json @@ -46,6 +46,7 @@ "REDIS_PORT": "6379" }, "image": "ghcr.io/alexbelgium/immich-{arch}", + "ini": "false", "map": [ "media:rw", "config:rw", @@ -96,6 +97,6 @@ ], "slug": "immich", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.45.0", + "version": "1.45.0-2", "webui": "http://[HOST]:[PORT:8080]" -} \ No newline at end of file +}