From cea51eb81043c7f3f35c01a6d9a8054bd28aa28e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 15 May 2025 15:32:02 +0200 Subject: [PATCH] UID/GID --- birdnet-go/config.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/birdnet-go/config.json b/birdnet-go/config.json index b0d296ad3..a66f7ca83 100644 --- a/birdnet-go/config.json +++ b/birdnet-go/config.json @@ -69,7 +69,10 @@ "/dev/nvme1", "/dev/nvme2" ], - "environment": {}, + "environment": { + "BIRDNET_UID": "0", + "BIRDNET_GID": "0" + }, "image": "ghcr.io/alexbelgium/birdnet-go-{arch}", "ingress": true, "ingress_stream": true,