group_add for LVA.
This commit is contained in:
+2
-2
@@ -122,6 +122,8 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
network_mode: "host"
|
network_mode: "host"
|
||||||
user: "${PUID}:${PGID}"
|
user: "${PUID}:${PGID}"
|
||||||
|
group_add:
|
||||||
|
- audio
|
||||||
environment:
|
environment:
|
||||||
ENABLE_DEBUG: 1
|
ENABLE_DEBUG: 1
|
||||||
ENABLE_THINKING_SOUND: 1
|
ENABLE_THINKING_SOUND: 1
|
||||||
@@ -130,8 +132,6 @@ services:
|
|||||||
PULSE_SERVER: ${LVA_PULSE_SERVER}
|
PULSE_SERVER: ${LVA_PULSE_SERVER}
|
||||||
PULSE_COOKIE: /run/user/1000/pulse/cookie
|
PULSE_COOKIE: /run/user/1000/pulse/cookie
|
||||||
XDG_RUNTIME_DIR: ${LVA_XDG_RUNTIME_DIR}
|
XDG_RUNTIME_DIR: ${LVA_XDG_RUNTIME_DIR}
|
||||||
group_add:
|
|
||||||
- audio
|
|
||||||
# Priority for audio process
|
# Priority for audio process
|
||||||
cap_add:
|
cap_add:
|
||||||
- SYS_NICE
|
- SYS_NICE
|
||||||
|
|||||||
Reference in New Issue
Block a user