From b56b083f9a55222a24f80020a101ddee286060fc Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 23 Apr 2024 11:59:58 +0200 Subject: [PATCH] update --- birdnet-go/config.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/birdnet-go/config.json b/birdnet-go/config.json index f2aa12735..932614f92 100644 --- a/birdnet-go/config.json +++ b/birdnet-go/config.json @@ -80,6 +80,10 @@ "ports_description": { "8080/tcp": "web ui" }, + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], "schema": { "ALSA_CARD": "int?", "COMMAND": "str",