This commit is contained in:
2026-05-09 16:37:06 -04:00
parent 6dcabc2c17
commit 96f7fc046d
+1 -1
View File
@@ -53,7 +53,7 @@ services:
container_name: snapcast-client
environment:
PUID: ${PUID}
PGID: ${PGID} # set to audio group ID
PGID: 29 # set to audio group ID
START_SNAPCLIENT: true
SNAPCLIENT_OPTS: --host 192.168.1.252 --port 1704 --buffer 1000 --soundcard default
TZ: ${TZ}