forgot metric ports

This commit is contained in:
cventastic
2022-09-07 23:51:59 +02:00
parent 0136227b4c
commit 460478c6a2

View File

@@ -27,6 +27,7 @@ services:
- "prometheus-scrape.enabled=true" - "prometheus-scrape.enabled=true"
- "prometheus-scrape.port=6060" - "prometheus-scrape.port=6060"
- "prometheus-scrape.job_name=erigon" - "prometheus-scrape.job_name=erigon"
- "prometheus-scrape.metrics_path=/debug/metrics/prometheus"
rpcdaemon: rpcdaemon:
image: thorax/erigon:v2022.08.03 image: thorax/erigon:v2022.08.03