mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Problem: dev env doesn't allow P2P connections (#2299)
Solution: expose Tendermint P2P port 46656
This commit is contained in:
parent
e2ab561eef
commit
474fe80abb
@ -51,8 +51,8 @@ services:
|
|||||||
# - ./tmdata:/tendermint
|
# - ./tmdata:/tendermint
|
||||||
entrypoint: ''
|
entrypoint: ''
|
||||||
ports:
|
ports:
|
||||||
- "46656"
|
- "46656:46656"
|
||||||
- "46657"
|
- "46657:46657"
|
||||||
command: sh -c "tendermint init && tendermint node --consensus.create_empty_blocks=false --proxy_app=tcp://bigchaindb:46658"
|
command: sh -c "tendermint init && tendermint node --consensus.create_empty_blocks=false --proxy_app=tcp://bigchaindb:46658"
|
||||||
bdb:
|
bdb:
|
||||||
image: busybox
|
image: busybox
|
||||||
|
Loading…
x
Reference in New Issue
Block a user