Enable port by default

This commit is contained in:
Alexandre
2023-02-26 13:07:30 +01:00
committed by GitHub
parent 94e65508b7
commit 69f5c964da

View File

@@ -24,7 +24,7 @@
"panel_icon": "mdi:chart-timeline", "panel_icon": "mdi:chart-timeline",
"panel_title": "Spotweb", "panel_title": "Spotweb",
"ports": { "ports": {
"80/tcp": null "80/tcp": 9999
}, },
"ports_description": { "ports_description": {
"80/tcp": "Not required for Ingress" "80/tcp": "Not required for Ingress"
@@ -45,5 +45,5 @@
], ],
"slug": "spotweb", "slug": "spotweb",
"url": "https://github.com/alexbelgium/hassio-addons/spotweb", "url": "https://github.com/alexbelgium/hassio-addons/spotweb",
"version": "1.5.4-7" "version": "1.5.4-8"
} }