Sign inSign up

azcoigreach/syncthing

By azcoigreach

Updated about 9 years ago

Dockerized Syncthing - alpine

Image
0

277

azcoigreach/syncthing repository overview

Containerized Syncthing

Syncthing in a container. Combine with volumes. The exposed volumes are by default:

  • /var/syncthing/config - the configuration and index directory
  • /var/syncthing/Sync - the default folder

You can add more folders and map them as you prefer.

Example usage:

$ docker pull syncthing/syncthing
$ docker run -p 8384:8384 -p 22000:22000 \
    -v /wherever/st-cfg:/var/syncthing/config \
    -v /wherever/st-sync:/var/syncthing/Sync \
    syncthing/syncthing:latest

License

The things in this repository are licensed under the MIT license. Syncthing is distributed under Syncthing's own licensing.

Tag summary

Content type

Image

Digest

Size

8 MB

Last updated

about 9 years ago

docker pull azcoigreach/syncthing