Skip to content

Commit 4c1b682

Browse files
committed
Add README
1 parent 93a8f4c commit 4c1b682

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

prometheus/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# prometheus
22
[![This image on DockerHub](https://img.shields.io/docker/pulls/stefanscherer/prometheus-windows.svg)](https://hub.docker.com/r/stefanscherer/prometheus-windows/)
33

4-
54
```
65
$ mkdir -p data
76
$ docker run -d -p 9090:9090 \
8-
-v C:$(pwd)/data:C:/prometheus -v C:$(pwd):C:/config
7+
-v C:$(pwd)/data:C:/prometheus -v C:$(pwd):C:/config \
98
prometheus -config.file=/config/prometheus.yml \
109
-storage.local.path=/prometheus \
1110
-web.console.libraries=/etc/prometheus/console_libraries \

0 commit comments

Comments
 (0)