+1
-1
@@ -159,7 +159,7 @@ services:
|
||||
container_name: lva-fix-permissions
|
||||
image: "ghcr.io/ohf-voice/linux-voice-assistant:latest@sha256:e85efa2711a3c0f14863c8300df69fc85328418f2fcbf30be1eea610073ba24c"
|
||||
entrypoint: []
|
||||
command: "chown -R ${LVA_USER_ID}:${LVA_USER_GROUP} /app/local /app/configuration /app/wakewords/custom /app/sounds/custom"
|
||||
command: "chown -R ${PUID}:${PGID} /app/local /app/configuration /app/wakewords/custom /app/sounds/custom"
|
||||
<<: *lva-env
|
||||
group_add:
|
||||
- audio
|
||||
|
||||
Reference in New Issue
Block a user