From af187132791b42f6bbf301812e0febc903da64f8 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 4 Nov 2022 07:57:37 +0100 Subject: [PATCH] Expose collector --- scrutiny/config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scrutiny/config.json b/scrutiny/config.json index 1ed3629ab..9b055cb0b 100644 --- a/scrutiny/config.json +++ b/scrutiny/config.json @@ -58,10 +58,12 @@ "panel_icon": "mdi:glasses", "ports": { "8080/tcp": 8086, + "8081/tcp": null, "8086/tcp": null }, "ports_description": { "8080/tcp": "Web UI port", + "8081/tcp": "Collector port", "8086/tcp": "InfluxDB admin" }, "privileged": [ @@ -76,5 +78,5 @@ "slug": "scrutiny", "udev": true, "url": "https://github.com/AnalogJ/scrutiny", - "version": "v0.5.0" + "version": "v0.5.0-2" }