From f86e781378ad53fbc2437af5c70ddc3fc282ac35 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 24 Nov 2023 16:52:48 +0100 Subject: [PATCH] Revert port 8080 https://github.com/alexbelgium/hassio-addons/issues/1084?notification_referrer_id=NT_kwDOAqIdGbM4NDk5NzkzNDQxOjQ0MTc4NzEz#issuecomment-1825708436 --- immich/config.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/immich/config.json b/immich/config.json index 12ed8abb1..5af01fcce 100644 --- a/immich/config.json +++ b/immich/config.json @@ -59,6 +59,7 @@ ], "environment": { "DOCKER_MODS": "imagegenius/mods:universal-redis", + "CI_PORT": "8080", "MACHINE_LEARNING_CACHE_FOLDER": "/data/machine-learning", "MACHINE_LEARNING_WORKERS": "1", "MACHINE_LEARNING_WORKER_TIMEOUT": "120", @@ -94,10 +95,10 @@ }, "panel_icon": "mdi:file-search", "ports": { - "3001/tcp": 8181 + "8080/tcp": 8181 }, "ports_description": { - "3001/tcp": "Web UI port" + "8080/tcp": "Web UI port" }, "privileged": [ "SYS_ADMIN", @@ -130,6 +131,6 @@ "slug": "immich", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.88.1-6", - "webui": "http://[HOST]:[PORT:3001]" + "version": "1.88.1-7", + "webui": "http://[HOST]:[PORT:8080]" }