Update config.json

This commit is contained in:
Alexandre
2023-11-23 16:45:47 +01:00
committed by GitHub
parent b0af3c4369
commit 37832475dd

View File

@@ -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-3",
"webui": "http://[HOST]:[PORT:8080]"
"version": "1.88.1-4",
"webui": "http://[HOST]:[PORT:3001]"
}