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…
Reference in New Issue