Skip to content
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.

A multiarch nzbget Docker image, based on Alpine Linux.

License

Notifications You must be signed in to change notification settings

padhi-homelab/docker_nzbget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker_nzbget

A multiarch nzbget Docker image, based on Alpine Linux.

386 amd64 arm/v6 arm/v7 arm64 ppc64le s390x
✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️

Usage

docker run --detach \
           -p 6789:6789 \
           -e DOCKER_UID=`id -u` \
           -v /path/to/store/configs:/configs \
           -v /path/to/store/data/and/logs:/data \
           -v /path/to/finished/downloads:/downloads/complete \
           -v /path/to/incomplete/downloads:/downloads/incomplete \
           -it padhihomelab/nzbget

Runs nzbget with WebUI served on port 6789.