Dockerized BTSync (2.0) that doesn't suck
411
Dockerized BTSync (2.0) that doesn't suck.
Dockerized BitTorrent Sync.
It's tiny- based on progrium/busybox and can run as any uid/gid you wish.
The default login and password is admin and password. Please change in /config/btsync.conf.
docker run -d --name btsync \
-e USERID=1337 \
-e GROUPID=1337 \
-p 3369:3369 \
-p 3369:3369/udp \
-p 8888:8888 \
-v /myconfig:/config \
-v /mydata:/sync \
-v /etc/localtime:/etc/localtime:ro \
soellman/btsync-docker
USERIDdefault 1000
GROUPIDdefault 1000
/configConfig files, state, and log.
/syncbtsync has access to this mount.
sync tcp
sync udp
webui
Content type
Image
Digest
sha256:b25d33c2e…
Size
17 MB
Last updated
over 10 years ago
docker pull soellman/btsync-docker