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",