Title logo
linuxserver/nzbget.

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

804,244,715 463 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/nzbget
Build Time 19 Nov 2024 13:04:59
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 24.4.20241119 19 Nov 2024 at 09:35:00

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

CLI

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