Skip to content

Commit fd86688

Browse files
committed
Fix docker run command in README for NGINX
1 parent 865580e commit fd86688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To start the exporter we use the [docker run](https://docs.docker.com/engine/ref
3333

3434
* To export NGINX metrics, run:
3535
```
36-
$ docker run -p 9113:9113 nginx/nginx-prometheus-exporter:0.1.0 -nginx.scrape-uri http://<nginx>:8080/api
36+
$ docker run -p 9113:9113 nginx/nginx-prometheus-exporter:0.1.0 -nginx.scrape-uri http://<nginx>:8080/stub_status
3737
```
3838
where `<nginx>` is the IP address/DNS name, through which NGINX is available.
3939

0 commit comments

Comments
 (0)