Title logo
linuxserver/sabnzbd.

A Sabnzbd container, brought to you by LinuxServer.io.

687,446,381 554 arm64 amd64 arm

Build Information

General build information for this image

Docker Hub linuxserver/sabnzbd
Build Time 20 Mar 2023 06:26:13
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 3.7.2 16 Mar 2023 at 16:00:24
unstable 4.0.0-unstable 16 Mar 2023 at 22:50:32

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  sabnzbd:
    image: linuxserver/sabnzbd:3.7.2
    container_name: sabnzbd
    restart: no

CLI

docker create \
  --name=sabnzbd \  --restart no \
  linuxserver/sabnzbd:3.7.2