/syncplay-server-docker

A docker container for syncplay server

Primary LanguageShell

Syncplay Server Docker

This is a docker container for running a Syncplay server.

Running with Docker

This container can be built with the following command:

docker build -t syncplay-server .

It can be run with the following command:

docker run -d -p 8999:8999 --name syncplay-server syncplay-server