Fix location where docker-compose file is located.

This commit is contained in:
Jeff Geerling 2021-03-23 14:24:44 -05:00
parent b7ebadaafb
commit 857efa8120
1 changed files with 2 additions and 2 deletions

View File

@ -10,14 +10,14 @@ Before we get started installing the Prometheus stack. Ensure you install the la
If on Mac run this: If on Mac run this:
``` ```
git clone https://github.com/maxandersen/internet-monitoring && cd internet-monitoring/prometheus && docker-compose up && open http://localhost:3030/d/o9mIe_Aik/internet-connection git clone https://github.com/maxandersen/internet-monitoring && cd internet-monitoring && docker-compose up && open http://localhost:3030/d/o9mIe_Aik/internet-connection
``` ```
otherwise: otherwise:
``` ```
git clone https://github.com/maxandersen/internet-monitoring git clone https://github.com/maxandersen/internet-monitoring
cd internet-monitoring/prometheus cd internet-monitoring
docker-compose up docker-compose up
``` ```