Disable external port by default

This commit is contained in:
Alexandre
2022-11-30 21:20:24 +01:00
committed by GitHub
parent 3a8de272d3
commit 74502d5774

View File

@@ -65,7 +65,7 @@
}, },
"panel_icon": "mdi:file-search", "panel_icon": "mdi:file-search",
"ports": { "ports": {
"8080/tcp": 8087 "8080/tcp": null
}, },
"ports_description": { "ports_description": {
"8080/tcp": "Web UI port" "8080/tcp": "Web UI port"