- Add '-d' option to disable sound.

This commit is contained in:
2025-04-14 19:50:09 +02:00
parent 300ef6e6a0
commit 39eb3c2d8a
4 changed files with 30 additions and 17 deletions

View File

@@ -36,7 +36,7 @@ services:
target: /tmp/.X11-unix/X0
- type: bind
source: /run/user/${USER_ID}/pulse
target: /run/user/${USER_ID}/pulse
target: /run/user/${USER_ID}/pulse${PULSE_DISABLE_FLAG}
- type: bind
source: "${APPL_DIR}"
target: "${APPL_DIR}"