siomiz/syncthing

By siomiz

Updated almost 7 years ago

Syncthing from github source

Image
0

666

  • latest version will be automatically build-triggered by siomiz/autobump
  • v0.12.24 image is at :v0.12.x tag

recommended to create a config data container to keep settings, including the host key.

docker run --name syncthing-data -v /storage:/media/storage --entrypoint=/bin/bash siomiz/syncthing /bin/sh -c "/bin/echo DATA CONTAINER"

docker run --name syncthing -p 22000:22000 --volumes-from syncthing-data siomiz/syncthing

Docker Pull Command

docker pull siomiz/syncthing