eschultz / docker-sabnzbd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker sabnzbd

This is a Dockerfile to set up "SABnzbd" - (http://sabnzbd.org/)

Build from docker file

git clone git@github.com:eschultz/docker-sabnzbd.git
cd docker-sabnzbd
docker build -t 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

About

License:MIT License


Languages

Language:Shell 100.0%