Update docker-compose.yml

modify the error “fabric-ca server” to "fabric-ca-server"
pull/25/head
icodezjb 2017-03-20 19:48:19 +08:00 committed by GitHub
parent 6f74a8e86e
commit c51de1f901
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 -ca testdata/ec.pem -ca-key testdata/ec-key.pem -config testdata/testconfig.json -address="0.0.0.0"
command: fabric-ca-server start -ca testdata/ec.pem -ca-key testdata/ec-key.pem -config testdata/testconfig.json -address="0.0.0.0"
orderer:
image: hyperledger/fabric-orderer