Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.3 KB

README.md

File metadata and controls

35 lines (27 loc) · 1.3 KB

SABnzbd Logo

SABnzbd in container with multiarch support

Image is automatically updated, when a new version of SABnzbd arrives on GitHub.
Supported architectures are amd64, arm64, arm.

Status from last build

SABnzbd Docker Build

The container is lightweight and based on alpine linux.

You can find the weekly dev-build from SABnzbd in this container

Versions in the latest image

Start your container

  • 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