Nzbhydra2 container made with best docker practices - alpine, one process, health checks, lite
1.6K
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
Content type
Image
Digest
Size
116.4 MB
Last updated
over 5 years ago
docker pull ppoloskov/nzbhydra