Sign inSign up

skopciewski/syncthing

By skopciewski

Updated about 5 years ago

Docker image with syncthing.

Image
0

3.6K

skopciewski/syncthing repository overview

Syncthing docer container

Usage

docker run \
  -it --rm \
  --name=syncthing \
  -v <my_config_direcotry>:/opt \
  -v <my_data_dir>:/mnt \
  -e ST_USER_ID=<uid> -e ST_GROUP_ID=<gid>  \
  -p 8384:8384 -p 22000:22000 -p 21027:21027/udp \
  skopciewski/syncthing

Tag summary

Content type

Image

Digest

Size

14.6 MB

Last updated

about 5 years ago

docker pull skopciewski/syncthing