mirror of
https://github.com/logos-messaging/logos-messaging-nim-compose.git
synced 2026-01-08 17:03:06 +00:00
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:
parent
c33c424c9e
commit
f869752475
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user