PHLAK / docker-snapcast-server

Docker image for Snapcast server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-snapcast-server

Join the Community Become a Sponsor One-time Donation
Docker Image Version Docker Pulls License Docker Cloud Build Status

Docker image for Snapcast server.


Running the Container

First create some named data volumes to hold the persistent data:

docker volume create --name snapcast-config

Then run the Syncthing client:

docker run -d -p 1704:1704 -p 1704:1704 -p 1780:1780 -v snapcast-config:/etc/snapcast.conf --name snapcast-server phlak/snapcast-server

Optional arguments

--restart unless-stopped
Always restart the container regardless of the exit status, but do not start it on daemon startup if the container has been put to a stopped state before. See the Docker restart policies for additional details.

Troubleshooting

For general help and support join our GitHub Discussions or reach out on Twitter.

Please report bugs to the GitHub Issue Tracker.

Copyright

This project is licensed under the MIT License.

About

Docker image for Snapcast server.

License:MIT License


Languages

Language:Dockerfile 73.0%Language:Makefile 27.0%