From 1c40c8bf8b360a593a883318d940052d36f42647 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Wed, 7 Jul 2021 01:06:23 +0200 Subject: [PATCH] Use port 3000 for grafana --- README.md | 4 ++-- docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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