Simple docker image for NZBGet without any bloat, built on the official alpine image. NZBGet runs as user nzbget with uid and gid 1000 and listens on port 6789.
docker run --rm ghudiczius/nzbget:<VERSION> \
-p 6789:6789 \
-v path/to/config:/config \
-v path/to/downloads:/downloads
or
docker run --rm registry.gitlab.jmk.hu/media/nzbget:<VERSION> \
-p 6789:6789 \
-v path/to/config:/config \
-v path/to/downloads:/downloads
Content type
Image
Digest
sha256:2398a8be0…
Size
13.8 MB
Last updated
1 day ago
docker pull ghudiczius/nzbget:26.3.8217