Fix location where docker-compose file is located.
This commit is contained in:
parent
b7ebadaafb
commit
857efa8120
|
@ -10,14 +10,14 @@ Before we get started installing the Prometheus stack. Ensure you install the la
|
|||
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:
|
||||
|
||||
```
|
||||
git clone https://github.com/maxandersen/internet-monitoring
|
||||
cd internet-monitoring/prometheus
|
||||
cd internet-monitoring
|
||||
docker-compose up
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue