Dockerfile for the Syncthing Discovery Server
There are three build arguments: buildhost, version, and tar_filename. Use these to to customize where the stdiscosrv source is downloaded from. Note you should only need to touch the version argument.
$ docker run -d -p 8443:8443 stdiscosrv
$ DATA_DIR=/path/to/data/dir
$ docker run -d -v $DATA_DIR:/opt/stdiscosrv/data -p 8443:8443 stdiscosrv
$ ls $DATA_DIR
client.pem key.pem
Content type
Image
Digest
Size
6.8 MB
Last updated
about 7 years ago
docker pull mwstobo/stdiscosrv