diff --git a/README.md b/README.md index 91adb03..d3548d2 100644 --- a/README.md +++ b/README.md @@ -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://:3030` for example +The Grafana Dashboard will now be accessible via: `http://:3000` for example 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 - if no data shows up try change the timeduration to something smaller. +If all works it should be available at - 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) diff --git a/docker-compose.yml b/docker-compose.yml index f8a79b0..c0814ad 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -37,7 +37,7 @@ services: depends_on: - prometheus ports: - - 3030:3000 + - 3000:3000 env_file: - ./grafana/config.monitoring - ./grafana/auth.env