This is a Dockerfile to set up "SABnzbd" - (http://sabnzbd.org/) based on work by [email protected]:timhaak/docker-sabnzbd.git
Build from docker file
git clone [email protected]:rednut/docker-sabnzbd.git
cd docker-sabnzbd
docker build -t sabnzbd .
Start: docker run -d -h sabnzbd --name="sabnzbd" -v /srv/data/apps/docker/sabnzbd/config:/config -v /srv/data/apps/docker/sabnzbd/data:/data -p 8085:8080 -p 9090:9090 rednut/sabnzbd
docker run -d -h your_host_name -v /your_config_location:/config -v /your_videos_location:/data -p 8080:8080 -p 9090:9090 sabnzbd
Content type
Image
Digest
sha256:66b8e9567…
Size
206.3 MB
Last updated
almost 11 years ago
docker pull rednut/sabnzbd