Sign inSign up

bogem/syncthing

By bogem

Updated over 9 years ago

syncthing build + ubuntu:latest

Image
0

323

bogem/syncthing repository overview

Mix of tianon/syncthing and gbrks/syncthing

Usage

$ useradd syncthing
$ chown -R syncthing /opt/appdata/syncthing
$ chown -R syncthing <host sync folder>
$ docker run -d --name=syncthing \
	--restart=on-failure:20 \
	-v /opt/appdata/syncthing:/config \
	-v <host sync folder>:<sync folder> \
	-p 8384:8384/tcp \
	-p 22000:22000/tcp \
	-p 21025:21025/udp \
	bogem/syncthing

Tag summary

Content type

Image

Digest

Size

55.7 MB

Last updated

over 9 years ago

docker pull bogem/syncthing