mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Solution: Set the --consensus.create_empty_blocks=false option in docker-compose.yml.
This commit is contained in:
parent
63635f12fc
commit
3eb0b15aa0
@ -53,7 +53,7 @@ services:
|
||||
ports:
|
||||
- "46656"
|
||||
- "46657"
|
||||
command: sh -c "tendermint init && tendermint node --proxy_app=tcp://bigchaindb:46658"
|
||||
command: sh -c "tendermint init && tendermint node --consensus.create_empty_blocks=false --proxy_app=tcp://bigchaindb:46658"
|
||||
bdb:
|
||||
image: busybox
|
||||
depends_on:
|
||||
|
Loading…
x
Reference in New Issue
Block a user