Skip to content

FallenWarrior2k/syncplay-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

syncplay-server

Dockerfile for a syncplay server

syncplay

Syncplay

Usage

docker create \
--name=syncplay \
--net=host \
-e PASSWORD=<PASSWORD> \
-e PORT=<PORT> \
-e TLS=/certs \
-v <certs>:/certs \
ninetaillabs/syncplay-server

Docker Deploy

There is a Docker deploy file available under Deployment. Simply replace or remove the PASSWORD and you are good to go. To deploy run

docker stack deploy -c docker-compose.yml syncplay

Packages

No packages published

Languages

  • Dockerfile 65.5%
  • Shell 34.5%