Skip to content

Commit

Permalink
docs: adding missing hyphen in example
Browse files Browse the repository at this point in the history
  • Loading branch information
haysclark authored Apr 22, 2020
1 parent c042e0c commit 5b6e256
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 @@ -24,7 +24,7 @@ Modify: `/prometheus-data/prometheus.yml`, replace `192.168.0.10` with your own
Host machine IP address: `ifconfig | grep 'inet 192'| awk '{ print $2}'`

```sh
docker run -p 9090:9090 -v "$(pwd)/prometheus-data":/prometheus-data prom/prometheus -config.file=/prometheus-data/prometheus.yml
docker run -p 9090:9090 -v "$(pwd)/prometheus-data":/prometheus-data prom/prometheus --config.file=/prometheus-data/prometheus.yml
```

Open Prometheus: [http://localhost:9090](http://localhost:9090/graph)
Expand Down

0 comments on commit 5b6e256

Please sign in to comment.