Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c4730bb

Browse files
authoredDec 22, 2020
localnet: use 27000 port for prometheus (#5811)
1 parent 392acdc commit c4730bb

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed
 

‎docker-compose.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
ports:
88
- "26656-26657:26656-26657"
99
- "6060:6060"
10-
- "9090:9090"
10+
- "27000:26660"
1111
environment:
1212
- ID=0
1313
- LOG=${LOG:-tendermint.log}
@@ -66,5 +66,4 @@ networks:
6666
driver: default
6767
config:
6868
-
69-
subnet: 192.167.10.0/16
70-
69+
subnet: 192.167.10.0/16

‎networks/local/localnode/config-template.toml

-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ pprof-laddr = ":6060"
44

55
[instrumentation]
66
prometheus = true
7-
prometheus-listen-addr = ":9090"

0 commit comments

Comments
 (0)
Please sign in to comment.