Problem: dev env doesn't allow P2P connections (#2299)

Solution: expose Tendermint P2P port 46656
This commit is contained in:
vrde 2018-05-17 15:19:12 +02:00 committed by Troy McConaghy
parent e2ab561eef
commit 474fe80abb
1 changed files with 2 additions and 2 deletions

View File

@ -51,8 +51,8 @@ services:
# - ./tmdata:/tendermint
entrypoint: ''
ports:
- "46656"
- "46657"
- "46656:46656"
- "46657:46657"
command: sh -c "tendermint init && tendermint node --consensus.create_empty_blocks=false --proxy_app=tcp://bigchaindb:46658"
bdb:
image: busybox