Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker sabnzbd

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

Build from docker file

git clone git@github.com:tomislacker/docker-sabnzbd.git
cd docker-sabnzbd
docker build -t localserver/sabnzbd . 
docker run -d \
	-h sabnzbd.localserver.local \
	-v /srv/localserver/sabnzbd:/config \
	-v /srv/media:/data \
	-p 8080:8080 \
	-p 9090:9090 \
	localserver/sabnzbd

About

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

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages