Title logo
linuxserver/nzbget.

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

804,362,761 464 arm64 amd64

Build Information

General build information for this image

Docker Hub linuxserver/nzbget
Build Time 09 Dec 2024 13:03:44
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 24.5.20241208 08 Dec 2024 at 02:32:54

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

CLI

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