Skip to content

Commit

Permalink
[FAB-13232] fix peer node start command
Browse files Browse the repository at this point in the history
The -o flag was a legacy option on `peer node start` and has been
removed.

Change-Id: Idf3cf57d39461b57c6f61b32e971e14031278e3f
Signed-off-by: Matthew Sykes <sykesmat@us.ibm.com>
  • Loading branch information
sykesm committed Dec 12, 2018
1 parent 445ccbc commit f677821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chaincode-docker-devmode/docker-compose-simple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
- /var/run/:/host/var/run/
- ./msp:/etc/hyperledger/msp
working_dir: /opt/gopath/src/github.com/hyperledger/fabric/peer
command: peer node start --peer-chaincodedev=true -o orderer:7050
command: peer node start --peer-chaincodedev=true
ports:
- 7051:7051
- 7053:7053
Expand Down

0 comments on commit f677821

Please sign in to comment.