Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 839 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 839 Bytes

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.