Sign inSign up

ppoloskov/nzbhydra

By ppoloskov

Updated over 5 years ago

Nzbhydra2 container made with best docker practices - alpine, one process, health checks, lite

Image
0

1.6K

ppoloskov/nzbhydra repository overview

Light and simple container build on Alpine 3.10 and OpenJRE 9. I grab lates NZBHydra from it's authors github repository.

UID and GID (User and group ids) are of user able to write to blackhole

The way I run it:

docker run --restart unless-stopped --network medianet \
             -e UID=1001 -e GID=1001 -e UMASK=002 \
             -e TZ='Europe/Moscow' \
             --name nzbhydra \
             --port 5076:5076 \
             --volume /media/nzbhydra2:/config \
             --volume /media/incoming:/blackhole \
             ppoloskov/nzbhydra

Tag summary

Content type

Image

Digest

Size

116.4 MB

Last updated

over 5 years ago

docker pull ppoloskov/nzbhydra