Title logo
linuxserver/nzbget.

An Nzbget container, brought to you by LinuxServer.io.

804,953,818 463 arm64 unknown amd64 unknown

Build Information

General build information for this image

Docker Hub linuxserver/nzbget
Build Time 18 Mar 2025 08:49:20
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 18 Mar 2025 at 08:49:13

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  nzbget:
    image: linuxserver/nzbget:latest
    container_name: nzbget
    restart: no

CLI

docker create \
  --name=nzbget \  --restart no \
  linuxserver/nzbget:latest