Syncthing in a container. Combine with volumes. The exposed volumes are by default:
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
The things in this repository are licensed under the MIT license. Syncthing is distributed under Syncthing's own licensing.
Content type
Image
Digest
Size
8 MB
Last updated
about 9 years ago
docker pull azcoigreach/syncthing