From 9c04c91657acce55f8eb8ce6788ab342b389ef66 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 22 Nov 2023 11:57:08 +0100 Subject: [PATCH] Port 3001 https://github.com/alexbelgium/hassio-addons/issues/1084 --- immich/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/immich/config.json b/immich/config.json index 13498d58d..c0af4cdf5 100644 --- a/immich/config.json +++ b/immich/config.json @@ -94,10 +94,10 @@ }, "panel_icon": "mdi:file-search", "ports": { - "8080/tcp": 8181 + "3001/tcp": 8181 }, "ports_description": { - "8080/tcp": "Web UI port" + "3001/tcp": "Web UI port" }, "privileged": [ "SYS_ADMIN", @@ -130,6 +130,6 @@ "slug": "immich", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.88.1", + "version": "1.88.1-2", "webui": "http://[HOST]:[PORT:8080]" }