This commit is contained in:
2026-05-09 16:20:32 -04:00
parent 3a843447f9
commit 191188ff11
+2 -1
View File
@@ -52,7 +52,8 @@ services:
hostname: snapcast-client
container_name: snapcast-client
environment:
PGID: 29 # set to audio group ID
PUID: ${PUID}
PGID: ${PGID} # set to audio group ID
START_SNAPCLIENT: true
SNAPCLIENT_OPTS: --host 192.168.1.252 --port 1704 --buffer 1000 --soundcard default
TZ: ${TZ}