From 6bee2445d1f3214a322226d72577e2da3ac6ebe3 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 30 Oct 2021 16:49:19 +0200 Subject: [PATCH] Update config.json --- freqtrade/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/freqtrade/config.json b/freqtrade/config.json index 062bacc56..97e90f27f 100644 --- a/freqtrade/config.json +++ b/freqtrade/config.json @@ -16,14 +16,14 @@ "name": "freqtrade web server - DO NOT USE", "options": {}, "ports": { - "80/tcp": 9191 + "8080/tcp": 9711 }, "ports_description": { - "80/tcp": "web interface" + "8080/tcp": "web interface" }, "privileged": [], "schema": {}, - "slug": "freqtrade", + "slug": "freqtrade with frequi", "upstream": "2021.10", "url": "https://github.com/alexbelgium/hassio-addons", "version": "2021.10",