Skip to content

Commit

Permalink
docs: correct docker image version number
Browse files Browse the repository at this point in the history
resolves #198
  • Loading branch information
jeremylong committed Jul 22, 2024
1 parent 3049324 commit c1a4f52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vulnz/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,16 +112,16 @@ There are a couple of ENV vars

```bash
# replace the NVD_API_KEY with your NVD api key
docker run --name vulnz -e NVD_API_KEY=myapikey jeremylong/open-vulnerability-data-mirror:6.1.7
docker run --name vulnz -e NVD_API_KEY=myapikey jeremylong/open-vulnerability-data-mirror:v6.1.7

# if you like use a volume
docker run --name vulnz -e NVD_API_KEY=myapikey -v cache:/usr/local/apache2/htdocs ghcr.io/jeremylong/vulnz:6.1.7

# adjust the memory usage
docker run --name vulnz -e JAVA_OPT=-Xmx2g jeremylong/open-vulnerability-data-mirror:6.1.7
docker run --name vulnz -e JAVA_OPT=-Xmx2g jeremylong/open-vulnerability-data-mirror:v6.1.7

# you can also adjust the delay
docker run --name vulnz -e NVD_API_KEY=myapikey -e DELAY=3000 jeremylong/open-vulnerability-data-mirror:6.1.7
docker run --name vulnz -e NVD_API_KEY=myapikey -e DELAY=3000 jeremylong/open-vulnerability-data-mirror:v6.1.7

```

Expand Down

0 comments on commit c1a4f52

Please sign in to comment.