leave port 3000 accessible from everywhere by default

This is aimed to simplify the assistance we give to users that need to run the Waku node from a cloud server
This commit is contained in:
Ivan FB 2024-03-05 22:56:11 +01:00 committed by GitHub
parent c33c424c9e
commit f869752475
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -102,7 +102,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:
- 127.0.0.1:3000:3000
- 0.0.0.0:3000:3000
restart: on-failure:5
depends_on:
- prometheus