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 the peer.  This change removes it from the
cmd parameter of the compose file (else the
peer will not start)

Change-Id: Ia5da94d88511936939da47d6a6ee8d634212cb9c
Signed-off-by: Gari Singh <[email protected]>
  • Loading branch information
mastersingh24 committed May 30, 2017
1 parent b7eb1d4 commit ad807b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/fixtures/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ services:
# # https://docs.docker.com/compose/networking/
- CORE_VM_DOCKER_HOSTCONFIG_NETWORKMODE=fixtures_default
working_dir: /opt/gopath/src/github.com/hyperledger/fabric
command: peer node start --peer-defaultchain=false
command: peer node start
ports:
- 7051:7051
- 7053:7053
Expand Down Expand Up @@ -108,7 +108,7 @@ services:
# # https://docs.docker.com/compose/networking/
- CORE_VM_DOCKER_HOSTCONFIG_NETWORKMODE=fixtures_default
working_dir: /opt/gopath/src/github.com/hyperledger/fabric
command: peer node start --peer-defaultchain=false
command: peer node start
ports:
- 8051:7051
- 8053:7053
Expand Down

0 comments on commit ad807b3

Please sign in to comment.