Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wyattjoh/nzbget
A NZBGet Docker Images
https://github.com/wyattjoh/nzbget
Last synced: 19 days ago
JSON representation
A NZBGet Docker Images
- Host: GitHub
- URL: https://github.com/wyattjoh/nzbget
- Owner: wyattjoh
- Created: 2015-03-17T16:08:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-17T16:08:51.000Z (over 9 years ago)
- Last Synced: 2024-10-05T13:22:19.881Z (about 1 month ago)
- Language: Shell
- Size: 102 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```