mirror of
https://github.com/ItsDrike/network-monitor.git
synced 2024-12-26 14:04:34 +00:00
use 3030 for port to not conflict with domotz on synology
This commit is contained in:
parent
b933e7f923
commit
804a1159fb
|
@ -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.
|
That's it. docker-compose builds the entire Grafana and Prometheus stack automagically.
|
||||||
|
|
||||||
The Grafana Dashboard is now accessible via: `http://<Host IP Address>:3000` for example http://192.168.10.1:3000
|
The Grafana Dashboard is now accessible via: `http://<Host IP Address>:3030` for example http://localhost:3000
|
||||||
|
|
||||||
username - admin
|
username - admin
|
||||||
password - foobar (Password is stored in the `config.monitoring` env file)
|
password - foobar (Password is stored in the `config.monitoring` env file)
|
||||||
|
|
|
@ -35,7 +35,7 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
- prometheus
|
- prometheus
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3030:3000
|
||||||
env_file:
|
env_file:
|
||||||
- ./grafana/config.monitoring
|
- ./grafana/config.monitoring
|
||||||
networks:
|
networks:
|
||||||
|
|
Loading…
Reference in a new issue