Image is automatically updated, when a new version of SABnzbd arrives on GitHub.
Supported architectures are amd64, arm64, arm.
The container is lightweight and based on alpine linux.
You can find the weekly dev-build from SABnzbd in this container
- SABnzbd Version: 4.0.1
- PAR2 from par2cmdline Version: 0.8.1
- For [/config/location], use the folder, where your sabnzbd.ini file is stored.
- For [/complete/folder], use the folder, where your completed downloads will be stored.
- For [/incomplete/folder], use the folder, where the temporary files will be stored, until download is finished.
docker run -d \
-v [/config/location]:/config \
-v [/complete/folder]:/complete \
-v [/incomplete/folder]:/incomplete \
-p 8080:8080 \
--user=[UID:GID] \
--restart=unless-stopped avpnusr/sabnzbd