From 5b6e25668528f6e94b495bd7ed1c568e2c8c5433 Mon Sep 17 00:00:00 2001 From: Hays Clark Date: Wed, 22 Apr 2020 15:34:25 -0700 Subject: [PATCH] docs: adding missing hyphen in example Resolves #10 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cdcc96c..27f84a9 100644 --- a/README.md +++ b/README.md @@ -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)