Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Commit 033d05b

Browse files
Gari Singhmastersingh24
authored andcommitted
[FAB-4191] Remove --peer-defaultchain from compose
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>
1 parent 465d871 commit 033d05b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/fixture/sdkintegration/peer-base/peer-base-no-tls.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ services:
1414
- CORE_PEER_GOSSIP_USELEADERELECTION=true
1515
- CORE_PEER_PROFILE_ENABLED=true
1616
working_dir: /opt/gopath/src/github.com/hyperledger/fabric/peer
17-
command: peer node start --peer-defaultchain=false
17+
command: peer node start

src/test/fixture/sdkintegration/peer-base/peer-base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ services:
2323
- CORE_PEER_TLS_ROOTCERT_FILE=/etc/hyperledger/msp/peer/tls/ca.crt
2424
- CORE_PEER_TLS_ENABLED=${ORG_HYPERLEDGER_FABRIC_SDKTEST_INTEGRATIONTESTS_TLS}
2525
working_dir: /opt/gopath/src/github.com/hyperledger/fabric/peer
26-
command: peer node start --peer-defaultchain=false
26+
command: peer node start

0 commit comments

Comments
 (0)