Update README.md

This commit is contained in:
clunietp 2019-12-27 06:43:53 -05:00 committed by GitHub
parent e71da370eb
commit ec0d17bd02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,15 @@
# docker-trickle-megasync # docker-trickle-megasync
Dockerfile with alpine, megasync and trickle for rate-limited sync with Mega.nz Docker image with Alpine, Megasync and Trickle for rate-limited sync with Mega.nz
Features:
- Headless sync with Mega.nz
- Cross platform
- integrated Trickle (https://github.com/mariusae/trickle) for bandwidth limiting (optional)
Usage:
- Edit the docker-compose.yml file
- Change the drive mapping to your local directory
- Update your Mega credentials
- Change any desired bandwidth parameters or remove Trickle completely (default: 1MB/s down and up)
- `docker-compose build`
- `docker-compose run -d`