Sign inSign up

mbaltrusitis/docker-sabnzbd

By mbaltrusitis

•Updated about 10 years ago

Dockerized sabnzbd thats data-only container friendly.

Image
0

1.1K

mbaltrusitis/docker-sabnzbd repository overview

⁠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

Tag summary

Content type

Image

Digest

Size

271.4 MB

Last updated

about 10 years ago

docker pull mbaltrusitis/docker-sabnzbd