diff --git a/birdnet-go/config.json b/birdnet-go/config.json index 26ce1774c..560cc3683 100644 --- a/birdnet-go/config.json +++ b/birdnet-go/config.json @@ -70,8 +70,8 @@ "/dev/nvme2" ], "environment": { - "BIRDNET_UID": "0", - "BIRDNET_GID": "0" + "BIRDNET_GID": "0", + "BIRDNET_UID": "0" }, "image": "ghcr.io/alexbelgium/birdnet-go-{arch}", "ingress": true,