Skip to content

Commit

Permalink
fix docker env in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sysulq committed Aug 20, 2017
1 parent 403acd9 commit f0e4c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ nohup /bin/nginx-vts-exporter -nginx.scrape_uri=http://localhost/status/format/j

### run docker
```
docker run -ti --rm --env NGINX_HOST="http://localhost/status/format/json" sophos/nginx-vts-exporter
docker run -ti --rm --env NGINX_STATUS="http://localhost/status/format/json" sophos/nginx-vts-exporter
```

## Environment variables
Expand Down

0 comments on commit f0e4c64

Please sign in to comment.