Skip to content

Commit

Permalink
A34 smol fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Ananth committed Jul 25, 2018
1 parent 4abc5b5 commit eb6671a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions composer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,7 @@ services:
- ORDERER_GENERAL_TLS_ROOTCAS=[/etc/hyperledger/tls/orderer/tls/ca.crt]
- ORDERER_KAFKA_RETRY_SHORTINTERVAL=1s
- ORDERER_KAFKA_RETRY_SHORTTOTAL=30s
- ORDERER_KAFKA_VERBOSE=true depends_on:
- kafka0
- kafka1
- kafka2
- kafka3
- ORDERER_KAFKA_VERBOSE=true
- CONFIGTX_ORDERER_KAFKA_BROKERS=[{IP-HOST-1}:9092, {IP-HOST-1}:10092, {IP-HOST-1}:11092, {IP-HOST-1}:12092]
working_dir: /opt/gopath/src/github.com/hyperledger/fabric
command: orderer
Expand Down

0 comments on commit eb6671a

Please sign in to comment.