Expose collector

This commit is contained in:
Alexandre
2022-11-04 07:57:37 +01:00
committed by GitHub
parent ada0ac2049
commit af18713279

View File

@@ -58,10 +58,12 @@
"panel_icon": "mdi:glasses", "panel_icon": "mdi:glasses",
"ports": { "ports": {
"8080/tcp": 8086, "8080/tcp": 8086,
"8081/tcp": null,
"8086/tcp": null "8086/tcp": null
}, },
"ports_description": { "ports_description": {
"8080/tcp": "Web UI port", "8080/tcp": "Web UI port",
"8081/tcp": "Collector port",
"8086/tcp": "InfluxDB admin" "8086/tcp": "InfluxDB admin"
}, },
"privileged": [ "privileged": [
@@ -76,5 +78,5 @@
"slug": "scrutiny", "slug": "scrutiny",
"udev": true, "udev": true,
"url": "https://github.com/AnalogJ/scrutiny", "url": "https://github.com/AnalogJ/scrutiny",
"version": "v0.5.0" "version": "v0.5.0-2"
} }