From fda95bb086fda1e1bfa351f8e95b39df3257d63c Mon Sep 17 00:00:00 2001 From: Erik Hilton Date: Wed, 3 Feb 2021 08:57:12 +0100 Subject: [PATCH] Do not run on host network --- steve/config.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/steve/config.json b/steve/config.json index fe7ef54..af5956d 100644 --- a/steve/config.json +++ b/steve/config.json @@ -10,17 +10,20 @@ "panel_icon": "mdi:CarElectric", "map": ["ssl"], "services": ["mysql:need"], - "host_network": true, + "ports": { + "8180/tcp": 8180 + }, + "ports_description": { + "8180/tcp": "SteVe TCP port" + }, "hassio_api": true, "options": { "timezone": "CET", - "httpport": "8180", "admin_user": "admin", "admin_password": null }, "schema": { "timezone": "str", - "httpport": "str", "admin_user": "str", "admin_password": "str", "log_level": "list(trace|debug|info|notice|warning|error|fatal)?"