example-prometheus-nodejs icon indicating copy to clipboard operation
example-prometheus-nodejs copied to clipboard

Docs need two hyphens for config.file CLI option

Open haysclark opened this issue 4 years ago • 0 comments

Existing docs appear to be missing a hyphen, causing a syntax error for users.

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

Should be:

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

haysclark avatar Apr 22 '20 22:04 haysclark