From 7f799b8716c1731be331f17392c656c742862441 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 15 Jun 2024 09:04:00 +0200 Subject: [PATCH] Make port explicit https://github.com/alexbelgium/hassio-addons/issues/1430 --- immich/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/immich/config.json b/immich/config.json index 650e88249..f8437e298 100644 --- a/immich/config.json +++ b/immich/config.json @@ -70,6 +70,7 @@ "environment": { "CI_PORT": "8080", "DOCKER_MODS": "imagegenius/mods:universal-redis", + "IMMICH_PORT": 8080, "MACHINE_LEARNING_CACHE_FOLDER": "/data/machine-learning", "MACHINE_LEARNING_WORKERS": "1", "MACHINE_LEARNING_WORKER_TIMEOUT": "120", @@ -139,6 +140,6 @@ "slug": "immich", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.106.4", + "version": "1.106.4-2", "webui": "http://[HOST]:[PORT:8080]" }