mirror of
https://github.com/tendermint/tendermint.git
synced 2026-04-26 18:45:07 +00:00
localnet: use 27000 port for prometheus (#5811)
This commit is contained in:
@@ -7,7 +7,7 @@ services:
|
||||
ports:
|
||||
- "26656-26657:26656-26657"
|
||||
- "6060:6060"
|
||||
- "9090:9090"
|
||||
- "27000:26660"
|
||||
environment:
|
||||
- ID=0
|
||||
- LOG=${LOG:-tendermint.log}
|
||||
@@ -66,5 +66,4 @@ networks:
|
||||
driver: default
|
||||
config:
|
||||
-
|
||||
subnet: 192.167.10.0/16
|
||||
|
||||
subnet: 192.167.10.0/16
|
||||
@@ -4,4 +4,3 @@ pprof-laddr = ":6060"
|
||||
|
||||
[instrumentation]
|
||||
prometheus = true
|
||||
prometheus-listen-addr = ":9090"
|
||||
|
||||
Reference in New Issue
Block a user