NZBHydra is a meta search for NZB indexers.
100K+
This image is derived from sgtsquiggs/alpine.
NZBHydra is a meta search for NZB indexers.
docker run \
--name=nzbhydra \
-v <path to data>:/config \
-e PGID=<gid> -e PUID=<uid> \
-p 5075:5075 \
sgtsquiggs/nzbhydra
-p 5075:5075 external port 5075 mapping to internal port 5075-v <path>:/config where configuation files are stored.-v <path>:/downloads where complete downloads are stored.-v <path>:/incomplete-downloads where incomplete downloads are stored.-e PGID=<gid> for Group ID (see below)-e PUID=<uid> for User ID (see below)Set these to match the user/group ID of shared data volumes. Files written to these volumes will match the provided uid/gid.
Content type
Image
Digest
Size
29.1 MB
Last updated
over 9 years ago
docker pull sgtsquiggs/nzbhydra