/docker-sabnzbd

Docker container for sabnzbd

Primary LanguageShellGNU General Public License v3.0GPL-3.0

docker-sabnzbd

License Build Status Docker Pulls

SABnzbd on Alpine Linux

Quick start

The below is a quick method to get this up and running. Please see the full documentation for more options.

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

Documentation

The full documentation is available here.