From 804a1159fbf1a1595891375a19a38527fd294735 Mon Sep 17 00:00:00 2001 From: Max Rydahl Andersen Date: Tue, 2 Oct 2018 00:01:56 +0200 Subject: [PATCH] use 3030 for port to not conflict with domotz on synology --- README.md | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7987ac2..394b634 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Once configurations are done let's start it up. From the /prometheus project dir That's it. docker-compose builds the entire Grafana and Prometheus stack automagically. -The Grafana Dashboard is now accessible via: `http://:3000` for example http://192.168.10.1:3000 +The Grafana Dashboard is now accessible via: `http://:3030` for example http://localhost:3000 username - admin password - foobar (Password is stored in the `config.monitoring` env file) diff --git a/docker-compose.yml b/docker-compose.yml index 488327f..084c501 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -35,7 +35,7 @@ services: depends_on: - prometheus ports: - - 3000:3000 + - 3030:3000 env_file: - ./grafana/config.monitoring networks: