Browse Source

localnet: use 27000 port for prometheus (#5811)

pull/5827/head
Callum Waters 3 years ago
committed by GitHub
parent
commit
c4730bb46a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions
  1. +2
    -3
      docker-compose.yml
  2. +0
    -1
      networks/local/localnode/config-template.toml

+ 2
- 3
docker-compose.yml 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

+ 0
- 1
networks/local/localnode/config-template.toml View File

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

Loading…
Cancel
Save