mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-14 08:54:22 +01:00
Revert port 8080
https://github.com/alexbelgium/hassio-addons/issues/1084?notification_referrer_id=NT_kwDOAqIdGbM4NDk5NzkzNDQxOjQ0MTc4NzEz#issuecomment-1825708436
This commit is contained in:
@@ -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]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user