Installation
Wanna try it?
Install with one command on Linux or Mac (Apple Silicon):
curl -fsSL http://setup.swingmx.com | bashOr run with Docker:
services:
swingmusic:
image: ghcr.io/swingmx/swingmusic:latest
container_name: swingmusic
ports:
- "1970:1970"
volumes:
- /path/to/music:/music
- /path/to/config:/config
environment:
- SWINGMUSIC_PORT=1970
- SWINGMUSIC_DEVICE_NAME=Host name here
restart: unless-stoppedOr download portable binaries for Linux, Windows and Mac.
Loading total downloads and stars on GitHub
Read the docs