Dockerized mpd server with snapcast sink (for Synology NAS).
git clone <this repo>
cd <this repo>
docker-compose up
- Add the containers images from the release page to the NAS (in the Image Tab).
- Optinal, edit the config files to your needs.
- Import the containers using the config files in
./synology_dsm_docker_config
(here) and the docker containers from the release (in the Container Tab). - Start the conatiners.
sudo docker build -t snapserver:0.1 snapserver
sudo docker build -t mpd:0.1 mpd
sudo docker save snapserver:0.1 -o snapserver_0v1.tar
sudo docker save mpd:0.1 -o mpd_0v1.tar