From 4f9416ba472206d598dc679f9e7e5d2ec6e0d306 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sat, 28 Feb 2026 17:26:35 -0500 Subject: [PATCH] ... --- docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index b045fc0..6a3276a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -22,10 +22,10 @@ x-lva-env: &lva-env ### PulseAudio socket path on the host: # PulseAudio Server: /run/user/1000/pulse # Pipewire Server: /run/user/1000/pulse/native - LVA_PULSE_SERVER: "unix:/run/user/${LVA_USER_ID}/pulse/native" - LVA_XDG_RUNTIME_DIR: "/run/user/${LVA_USER_ID}" - PULSE_SERVER: "unix:/run/user/${LVA_USER_ID}/pulse/native" - XDG_RUNTIME_DIR: "/run/user/${LVA_USER_ID}" + LVA_PULSE_SERVER: unix:/run/user/1000/pulse/native + LVA_XDG_RUNTIME_DIR: /run/user/1000 + PULSE_SERVER: unix:/run/user/1000/pulse/native + XDG_RUNTIME_DIR: "/run/user/1000" ### Path to the preferences file (optional): # PREFERENCES_FILE="/app/configuration/preferences.json"