Title logo
linuxserver/nzbget.

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

803,027,099 461 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/nzbget
Build Time 26 Jul 2024 15:34:48
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 24.1.20240726 26 Jul 2024 at 15:34:48

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:24.1.20240726
    container_name: nzbget
    restart: no

CLI

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