This repository contains the Dockerfile and the configuration file of BitTorrent Sync for Docker.
docker build -t mkaag/btsync github.com/mkaag/docker-btsync
docker run -d -p 55555:55555 -v /opt/data:/data -e "SECRET=1234567890" mkaag/btsync
Note that the Web UI is disabled in the config file. If you do not specify the SECRET env variable, a new one will be generated.
Content type
Image
Digest
sha256:9ae3ba721…
Size
152 MB
Last updated
almost 11 years ago
docker pull mkaag/btsync