Skip to content

docker-sabnzbd

SABnzbd on Alpine Linux

license build pulls

Quick start

The below is a quick method to get this up and running. Please see the other documentation links for further details.

1
2
3
4
5
6
7
docker run -d --name sabnzbd \
-v /path/to/sabnzbd/downloaded:/data/completed \
-v /path/to/sabnzbd/downloading:/data/incomplete \
-v /path/to/sabnzbd:/config \
-e PUID=911 -e PGID=911 \
-p 8080:8080 \
jsloan117/sabnzbd