jsloan117 / docker-sabnzbd

Docker container for sabnzbd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Docker container for sabnzbd

License:GNU General Public License v3.0


Languages

Language:Shell 83.3%Language:Dockerfile 16.7%