Skip to content

Commit

Permalink
Merge "[FAB-3195] Sync boot peers in docker-compose-no-tls"
Browse files Browse the repository at this point in the history
  • Loading branch information
hacera-jonathan authored and Gerrit Code Review committed Apr 17, 2017
2 parents f00d515 + cafa04e commit 43c0146
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/e2e_cli/docker-compose-no-tls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ services:
service: peer-base
environment:
- CORE_PEER_ID=peer2
- CORE_PEER_GOSSIP_BOOTSTRAP=peer0:7051
- CORE_PEER_GOSSIP_BOOTSTRAP=peer2:7051
- CORE_PEER_LOCALMSPID=Org1MSP
volumes:
- /var/run/:/host/var/run/
Expand All @@ -82,7 +82,7 @@ services:
service: peer-base
environment:
- CORE_PEER_ID=peer3
- CORE_PEER_GOSSIP_BOOTSTRAP=peer0:7051
- CORE_PEER_GOSSIP_BOOTSTRAP=peer2:7051
- CORE_PEER_LOCALMSPID=Org1MSP
volumes:
- /var/run/:/host/var/run/
Expand Down
2 changes: 1 addition & 1 deletion examples/e2e_cli/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ services:
- CORE_PEER_ID=peer3
- CORE_PEER_ADDRESS=peer3:7051
- CORE_PEER_GOSSIP_EXTERNALENDPOINT=peer3:7051
- CORE_PEER_GOSSIP_BOOTSTRAP=peer0:7051
- CORE_PEER_GOSSIP_BOOTSTRAP=peer2:7051
- CORE_PEER_LOCALMSPID=Org1MSP
- CORE_PEER_TLS_CERT_FILE=/etc/hyperledger/fabric/msp/sampleconfig/signcerts/peer3Signer.pem
- CORE_PEER_TLS_KEY_FILE=/etc/hyperledger/fabric/msp/sampleconfig/keystore/peer3Signer.pem
Expand Down

0 comments on commit 43c0146

Please sign in to comment.