Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wyattjoh/transmission


https://github.com/wyattjoh/transmission

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

This is a Dockerfile setup for deluge - http://deluge-torrent.org/

To run:

```
docker run -d --name="deluge" -v /path/to/dir/deluge/conf:/config -v /path/to/downloads:/downloads -v /etc/localtime:/etc/localtime:ro -p 8112:8112 -p 58846:58846 needo/deluge
```