Update docker-compose.yml

use "fabric-ca-server start -c testdata/testconfig.json" ,it seems use default values in testconfig.json
pull/26/head
icodezjb 2017-03-21 11:38:27 +08:00 committed by GitHub
parent 2980ddfc60
commit 0e7dea10c8
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 # 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: ports:
- "8888:8888" - "8888:8888"
command: fabric-ca-server start --ca.certfile testdata/ec.pem --ca.keyfile testdata/ec-key.pem -c testdata/testconfig.json command: fabric-ca-server start -c testdata/testconfig.json
orderer: orderer:
image: hyperledger/fabric-orderer image: hyperledger/fabric-orderer