Title logo
linuxserver/nzbget.

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

801,387,441 459 arm64 arm amd64 Deprecated

Build Information

General build information for this image

Docker Hub linuxserver/nzbget
Build Time 19 Jan 2023 19:20:29
Synchronised Yes
Stable Yes
Deprecated Yes

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 21.1.20230119 19 Jan 2023 at 19:12:53

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

CLI

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