Merge pull request #38 from qiang0723/master

Update fabric-ca boot cmd
pull/43/head
Baohua Yang 2017-04-18 22:57:22 +08:00 committed by GitHub
commit dde79239dc
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ services:
# command: /go/src/github.com/hyperledger/fabric-ca/bin/ca server start -ca testdata/ec.pem -ca-key testdata/ec-key.pem -config testdata/testconfig.json
ports:
- "8888:8888"
command: fabric-ca-server start -c testdata/testconfig.json
command: fabric-ca-server start -b admin:adminpw
orderer0: # There can be multiple orderers
image: hyperledger/fabric-orderer