diff --git a/binance-trading-bot/config.json b/binance-trading-bot/config.json index 5c187f370..ec1cf6145 100644 --- a/binance-trading-bot/config.json +++ b/binance-trading-bot/config.json @@ -60,12 +60,10 @@ "BINANCE_AUTHENTICATION_PASSWORD": null }, "ports": { - "80/tcp": 8081, - "8080/tcp": 8082 + "80/tcp": 8081 }, "ports_description": { - "80/tcp": "Bot port", - "8080/tcp": "Web UI port" + "80/tcp": "Webui port" }, "privileged": [ "SYS_ADMIN", @@ -90,4 +88,4 @@ "url": "https://github.com/alexbelgium/hassio-addons", "version": "2.23.0-5", "webui": "[PROTO:ssl]://[HOST]:[PORT:80]" -} \ No newline at end of file +}