Skip to content

Commit

Permalink
[FAB-4191] Remove --peer-defaultchain from compose
Browse files Browse the repository at this point in the history
FAB-3358 removes the --peer-defaultchain option
from peer so we need to remove it from the
compose files else the peer will fail to
start

Change-Id: I5cfb88dfc3d7d3340d6aa21cd705e35c18f81815
Signed-off-by: Gari Singh <gari.r.singh@gmail.com>
  • Loading branch information
Gari Singh authored and mastersingh24 committed May 27, 2017
1 parent 465d871 commit 033d05b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ services:
- CORE_PEER_GOSSIP_USELEADERELECTION=true
- CORE_PEER_PROFILE_ENABLED=true
working_dir: /opt/gopath/src/github.com/hyperledger/fabric/peer
command: peer node start --peer-defaultchain=false
command: peer node start
2 changes: 1 addition & 1 deletion src/test/fixture/sdkintegration/peer-base/peer-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ services:
- CORE_PEER_TLS_ROOTCERT_FILE=/etc/hyperledger/msp/peer/tls/ca.crt
- CORE_PEER_TLS_ENABLED=${ORG_HYPERLEDGER_FABRIC_SDKTEST_INTEGRATIONTESTS_TLS}
working_dir: /opt/gopath/src/github.com/hyperledger/fabric/peer
command: peer node start --peer-defaultchain=false
command: peer node start

0 comments on commit 033d05b

Please sign in to comment.