This is a Dockerfile setup for nzbmegasearch - http://pillone.github.io/usntssearch/
By default this Docker installs the latest stable version of nzbmegasearch:
docker run -d --name="nzbmegasearch" -v /path/to/config/file:/config -v /etc/localtime:/etc/localtime:ro -p 5000:5000 needo/nzbmegasearch
If you would like to run the latest updates from the master branch as well as enable in-app updates run:
docker run -d --name="nzbmegasearch" -v /path/to/config/file:/config -v /etc/localtime:/etc/localtime:ro -p 5000:5000 -e EDGE=1 needo/nzbmegasearch
Content type
Image
Digest
sha256:8abf14fc6…
Size
150.3 MB
Last updated
almost 11 years ago
docker pull needo/nzbmegasearch