Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docker-compose_client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ services:
# Pulseaudio
- XDG_RUNTIME_DIR=${SC_XDG_RUNTIME_DIR}
- PULSE_SERVER=${SC_PULSE_SERVER}
# Remote Instance of Snapcast Server or MusicAssistant:
#SNAPCAST_REMOTE_HOST="<tcp|ws|wss>://<snapserver host or IP>[:port]"
- SNAPCAST_REMOTE_HOST=tcp://YOUR-SERVER-IP
env_file: .env
group_add:
- audio
Expand Down