Skip to content

pheezer/docker-sabnzbd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker sabnzbd

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

git clone https://github.com/timhaak/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 \
  --restart=always sabnzbd

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%