Sign inSign up

medfav/syncplay-server

By medfav

Updated about 1 year ago

Image
0

47

medfav/syncplay-server repository overview

syncplay-server

Dockerfile for a syncplay server

syncplay

Syncplay
[Guide]Running a server

Usage

If you want to use TLS, you have to set the hostname of the container to a domain that is covered in your certificate

docker create \
--name=syncplay \
--net=host \
--hostname=syncplay.example.com
--user 800:800
-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

Tag summary

Content type

Image

Digest

sha256:f4dc39807

Size

43 MB

Last updated

about 1 year ago

docker pull medfav/syncplay-server:1.7.4