From 69f5c964daa56e582ad361d4a63b5a6929aa2b87 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 26 Feb 2023 13:07:30 +0100 Subject: [PATCH] Enable port by default --- spotweb/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spotweb/config.json b/spotweb/config.json index 6234d6a0b..65042ba79 100644 --- a/spotweb/config.json +++ b/spotweb/config.json @@ -24,7 +24,7 @@ "panel_icon": "mdi:chart-timeline", "panel_title": "Spotweb", "ports": { - "80/tcp": null + "80/tcp": 9999 }, "ports_description": { "80/tcp": "Not required for Ingress" @@ -45,5 +45,5 @@ ], "slug": "spotweb", "url": "https://github.com/alexbelgium/hassio-addons/spotweb", - "version": "1.5.4-7" + "version": "1.5.4-8" }