This is a Dockerfile to set up SABnzbd+.
Build image from docker file:
git clone https://github.com/openam/docker-sabnzbd.git
cd docker-sabnzbd
docker build -t sabnzbd .
Run the built image:
# run without linking volumes to host system
docker run -d --name sabnzbd -p 8080:8080 -p 9090:9090 sabnzbd
# run with linking volumes to host system
docker run -d --name sabnzbd -v /path/to/your/saved/config:/config -v /path/to/save/downloads:/downloads -p 8080:8080 -p 9090:9090 sabnzbd
The /downloads folder isn't used in the settings by default. Change the settings to use /downloads if wanted. Otherwise it defaults to using the /config folder.
Content type
Image
Digest
sha256:b0f4d8c8e…
Size
91.8 MB
Last updated
almost 11 years ago
docker pull openam/sabnzbd