localnet: use 27000 port for prometheus (#5811)

This commit is contained in:
Callum Waters
2020-12-22 09:16:33 +01:00
committed by GitHub
parent 392acdc733
commit c4730bb46a
2 changed files with 2 additions and 4 deletions

View File

@@ -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

View File

@@ -4,4 +4,3 @@ pprof-laddr = ":6060"
[instrumentation]
prometheus = true
prometheus-listen-addr = ":9090"