Skip to content
This repository was archived by the owner on Jun 17, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 286 Bytes

File metadata and controls

16 lines (12 loc) · 286 Bytes

BitTorrent Sync

Docker container for BitTorrent Sync

Run with:

docker run -d --name="Sync" \
        --net="bridge" \
        -p 8888:8888/tcp \
        -p 5555:5555/tcp \
        -p 3838:3838/udp \
        -v "/mnt/user/appdata/Sync":"/config":rw \
        limetech/sync