Sign inSign up

soellman/btsync-docker

By soellman

Updated over 10 years ago

Dockerized BTSync (2.0) that doesn't suck

Image
1

411

soellman/btsync-docker repository overview

docker-btsync

Dockerized BTSync (2.0) that doesn't suck.

What is it

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.

Run it like this
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
Env vars
USERID

default 1000

GROUPID

default 1000

Volumes
/config

Config files, state, and log.

/sync

btsync has access to this mount.

Ports
3369

sync tcp

3369/udp

sync udp

8888

webui

Tag summary

Content type

Image

Digest

sha256:b25d33c2e

Size

17 MB

Last updated

over 10 years ago

docker pull soellman/btsync-docker