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:
Ivan Folgueira Bande 2023-08-09 16:04:49 +02:00
parent 44f480bd91
commit 6dd62d26a1
No known key found for this signature in database
GPG Key ID: 3C117481F89E24A7
1 changed files with 1 additions and 1 deletions

View File

@ -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