Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qnimbus/docker-sabnzbd
SABnzbd docker container
https://github.com/qnimbus/docker-sabnzbd
Last synced: about 1 month ago
JSON representation
SABnzbd docker container
- Host: GitHub
- URL: https://github.com/qnimbus/docker-sabnzbd
- Owner: QNimbus
- License: mit
- Created: 2015-08-28T14:01:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-10T18:09:12.000Z (over 9 years ago)
- Last Synced: 2023-04-07T01:16:17.245Z (almost 2 years ago)
- Language: Shell
- Homepage:
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# docker sabnzbd
This is a Dockerfile to set up "SABnzbd" - (http://sabnzbd.org/)
Build from docker file
```
git clone https://github.com/QNimbus/docker-sabnzbd.git
cd docker-sabnzbd
docker build --rm --no-cache -t qnimbus/docker-sabnzbd .
```To start the container :
```
docker run --name sabnzbd -d -h ${HOSTNAME} -v /your/config/location:/config -v /your/download/location:/data -v /etc/localtime:/etc/localtime:ro -p 8080:8080 -p 9090:9090 --restart=always qnimbus/docker-sabnzbd sabnzbd
```