Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pbrisbin/docker-deluge
Docker image for running Deluge, the daemon and web interface
https://github.com/pbrisbin/docker-deluge
Last synced: about 2 months ago
JSON representation
Docker image for running Deluge, the daemon and web interface
- Host: GitHub
- URL: https://github.com/pbrisbin/docker-deluge
- Owner: pbrisbin
- Created: 2016-01-24T18:31:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-24T18:34:21.000Z (almost 9 years ago)
- Last Synced: 2024-10-09T09:43:02.936Z (3 months ago)
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Docker image for running Deluge, the daemon and web interface.
## Usage
```
docker run \
--publish 8112:8112 \
--volume /data/deluge:/data \
pbrisbin/deluge
```Visit `http://localhost:8112`. The default web interface password is "deluge".