mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-25 00:36:06 +02:00
Add port 3000 for web interface HTTP
This commit is contained in:
@@ -42,9 +42,11 @@ options:
|
|||||||
panel_admin: false
|
panel_admin: false
|
||||||
panel_icon: mdi:monitor
|
panel_icon: mdi:monitor
|
||||||
ports:
|
ports:
|
||||||
|
3000/tcp: 3000
|
||||||
3001/tcp: 3001
|
3001/tcp: 3001
|
||||||
9221/tcp: null
|
9221/tcp: null
|
||||||
ports_description:
|
ports_description:
|
||||||
|
3000/tcp: Web interface http
|
||||||
3001/tcp: Web interface https
|
3001/tcp: Web interface https
|
||||||
9221/tcp: Chrome devtools
|
9221/tcp: Chrome devtools
|
||||||
privileged:
|
privileged:
|
||||||
|
|||||||
Reference in New Issue
Block a user