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