Image is automatically updated, when a new version of SABnzbd arrives on GitHub.
Supported platforms are amd64, arm64, armv7 and armv6
The container is lightweight and based on alpine linux.
You can find the weekly dev-build from SABnzbd in this container
- SABnzbd version: 4.5.4
- par2cmdturbo from par2cmdturbo version: 1.3.0
- 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 ghcr.io/avpnusr/sabnzbd:latest
