From 8c463f78165da7ed0c8ac81e686a1894924962d3 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 28 Jul 2025 10:13:29 +0200 Subject: [PATCH] nobuild --- birdnet-go/config.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/birdnet-go/config.json b/birdnet-go/config.json index 3deb67dc1..7b2895c6a 100644 --- a/birdnet-go/config.json +++ b/birdnet-go/config.json @@ -89,10 +89,12 @@ "panel_admin": false, "panel_icon": "mdi:bird", "ports": { - "8080/tcp": 8080 + "8080/tcp": 8080, + "9090/tcp": 9090 }, "ports_description": { - "8080/tcp": "Web ui" + "8080/tcp": "Web ui", + "9090/tcp": "Telemetry endpoint" }, "privileged": [ "SYS_ADMIN",