Docker Btsync
This is a Dockerfile to set up Bittorrent Sync. If you want a custom btsync.conf, add it to the root directory before building and edit the Dockerfile and start.sh. Otherwise, just edit the values from the webui.
We'll assume that the data directories to by sync'd will all live under one directory that can be mounted via -v <host_dir>:/data. The config/logging directory will live in a data-only volume.
Note: UPnP doesn't work...NAP-PMP must be enabled on the router, or forward the ports manually. Build
Create config volume and set permissions (remember to set permissions on any bind-mounted volumes as well):
root@xxxxx # chown -R 22000 /.sync
Change the webui listening port in the Dockerfile if necessary (default is 8888), then:
Run
Systemd service file available.
Content type
Image
Digest
sha256:6a5385dc9…
Size
-
Last updated
over 11 years ago
docker pull bender77/btsync