Sign inSign up

inanimate/btsync

By inanimate

Updated almost 11 years ago

Image
0

1.1K

inanimate/btsync repository overview

BtSync Dockerfile

This repository contains the Dockerfile and the configuration file of BitTorrent Sync for Docker. View it on the Docker Registry!

Usage
docker run -d -p 55555:55555 -v /opt/data:/data -e "SECRET=1234567890" inanimate/btsync

Or, you can define a different directory entirely, nice for volumes-from another container:

docker run -d -p 55555:55555 --volumes-from ghost -e "SYNC_DIR=/ghost/content" -e "SECRET=1234567890" inanimate/btsync

Note that the Web UI is disabled in the config file. If you do not specify the SYNC_DIR variable, /data is used by default. If you do not specify the SECRET env variable, a new one will be generated.

Tag summary

Content type

Image

Digest

sha256:a6b161d14

Size

70.7 MB

Last updated

almost 11 years ago

docker pull inanimate/btsync