mirror of
https://github.com/waku-org/nwaku-compose.git
synced 2025-01-09 15:16:03 +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
|
- ./monitoring/prometheus-config.yml:/etc/prometheus/prometheus.yml:Z
|
||||||
command:
|
command:
|
||||||
- --config.file=/etc/prometheus/prometheus.yml
|
- --config.file=/etc/prometheus/prometheus.yml
|
||||||
ports:
|
# ports:
|
||||||
- 127.0.0.1:9090:9090
|
# - 127.0.0.1:9090:9090
|
||||||
restart: on-failure:5
|
restart: on-failure:5
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres-exporter
|
- postgres-exporter
|
||||||
|
Loading…
x
Reference in New Issue
Block a user