mirror of
https://github.com/waku-org/nwaku-compose.git
synced 2025-01-23 22:10:37 +00:00
avoid exposing port 9090 to prevent clashes with other local services (#93)
This commit is contained in:
parent
bba6f8b9a5
commit
6d16284abf
@ -82,8 +82,8 @@ services:
|
||||
- ./monitoring/prometheus-config.yml:/etc/prometheus/prometheus.yml:Z
|
||||
command:
|
||||
- --config.file=/etc/prometheus/prometheus.yml
|
||||
ports:
|
||||
- 127.0.0.1:9090:9090
|
||||
# ports:
|
||||
# - 127.0.0.1:9090:9090
|
||||
restart: on-failure:5
|
||||
depends_on:
|
||||
- postgres-exporter
|
||||
|
Loading…
x
Reference in New Issue
Block a user