Skip to content

Commit a3bd7f5

Browse files
committed
docs: update getting_started docs
Signed-off-by: tesla59 <[email protected]>
1 parent 0905423 commit a3bd7f5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/getting-started/_index.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,11 @@ In this case, you will need to use the IP address of your host machine.
6262
You can usually get it by running `hostname -I | awk '{print $1}'` in your terminal.
6363
For example, if the IP is `192.168.1.100`, use `http://192.168.1.100:9009/prometheus`.
6464

65-
**To clean up:** press CTRL-C in both terminals (for Cortex and Prometheus).
65+
**To clean up:** press CTRL-C in both terminals (for Cortex and Prometheus) and and run the command below to stop Grafana:
66+
67+
```sh
68+
$ docker stop grafana
69+
```
6670

6771
## Horizontally scale out
6872

0 commit comments

Comments
 (0)