Restrict the grafana's port to be accessible from localhost
This is to align with the comment in the README.md.
This commit is contained in:
parent
44f480bd91
commit
6dd62d26a1
|
@ -87,7 +87,7 @@ services:
|
|||
- ./monitoring/configuration/customizations/custom-logo.svg:/usr/share/grafana/public/img/grafana_typelogo.svg:Z
|
||||
- ./monitoring/configuration/customizations/custom-logo.png:/usr/share/grafana/public/img/fav32.png:Z
|
||||
ports:
|
||||
- 3000:3000
|
||||
- 127.0.0.1:3000:3000
|
||||
restart: on-failure
|
||||
depends_on:
|
||||
- prometheus
|
||||
|
|
Loading…
Reference in New Issue