Use port 3000 for grafana

This commit is contained in:
ItsDrike 2021-07-07 01:06:23 +02:00
parent 38aa4f2188
commit 1c40c8bf8b
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD
2 changed files with 3 additions and 3 deletions

View file

@ -22,14 +22,14 @@ docker-compose up -d
It will take a while until grafana loads, so be patient.
The Grafana Dashboard will now be accessible via: `http://<Host IP Address>:3030` for example <http://localhost:3030>
The Grafana Dashboard will now be accessible via: `http://<Host IP Address>:3000` for example <http://localhost:3000>
username - admin
password - admin (Password is stored in the `config.monitoring` env file)
The DataSource and Dashboard for Grafana are automatically provisioned.
If all works it should be available at <http://localhost:3030/d/o9mIe_Aik/internet-connection> - if no data shows up try change the timeduration to something smaller.
If all works it should be available at <http://localhost:3000/d/o9mIe_Aik/internet-connection> - if no data shows up try change the timeduration to something smaller.
![image](https://user-images.githubusercontent.com/20902250/124660583-ecd7ef80-de95-11eb-89f4-cf4b87644f8b.png)

View file

@ -37,7 +37,7 @@ services:
depends_on:
- prometheus
ports:
- 3030:3000
- 3000:3000
env_file:
- ./grafana/config.monitoring
- ./grafana/auth.env