This commit is contained in:
2026-05-09 16:45:43 -04:00
parent 96f7fc046d
commit b74d27d270
+3 -2
View File
@@ -53,9 +53,10 @@ services:
container_name: snapcast-client
environment:
PUID: ${PUID}
PGID: 29 # set to audio group ID
PGID: ${PGID}
HOST_AUDIO_GROUP: 29
START_SNAPCLIENT: true
SNAPCLIENT_OPTS: --host 192.168.1.252 --port 1704 --buffer 1000 --soundcard default
SNAPCLIENT_OPTS: --soundcard 1 tcp://192.168.1.252:1704
TZ: ${TZ}
restart: "unless-stopped"
devices: