Skip to content

Commit

Permalink
fix: correct prometheus command
Browse files Browse the repository at this point in the history
  • Loading branch information
wrussell1999 authored Nov 1, 2024
1 parent 7ac6516 commit df0f90c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/15.how-to-guides/monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Be sure to put the appropriate `<kestra-host-ip-address>` in the last line, e.g.
If you're running everything in Docker on the same machine, you will need to change your host address to `host.docker.internal` rather than localhost.
::

We can start the Prometheus server using the following docker command:
We can start the Prometheus server using the following docker command in the same directory as `prometheus.yml`:

```sh
docker run -d -p 9090:9090 -v ./prometheus.yml:/etc/prometheus/prometheus.yml prom/prometheus
Expand Down

0 comments on commit df0f90c

Please sign in to comment.