From 758bf0f8b000f190ec19c5619a89dc92d52dd732 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sun, 26 Feb 2023 16:05:09 +0100 Subject: [PATCH] remove ports --- binance-trading-bot/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/binance-trading-bot/config.json b/binance-trading-bot/config.json index 782cff678..63953a87c 100644 --- a/binance-trading-bot/config.json +++ b/binance-trading-bot/config.json @@ -27,8 +27,8 @@ }, "panel_icon": "mdi:bitcoin", "ports": { - "80/tcp": 8081, - "8080/tcp": 8082 + "80/tcp": null, + "8080/tcp": null }, "ports_description": { "80/tcp": "Web UI port",