Fix ca ports

pull/52/head
Baohua Yang 2017-05-28 10:05:11 +08:00
parent c984ad3f47
commit 6cceb0706c
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ services:
hostname: ca
# 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"
- "7054:7054"
command: fabric-ca-server start -b admin:adminpw
orderer.example.com: # There can be multiple orderers

View File

@ -14,7 +14,7 @@ services:
hostname: ca
# 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"
- "7054:7054"
command: fabric-ca-server start -b admin:adminpw
orderer.example.com: # There can be multiple orderers

View File

@ -16,7 +16,7 @@ services:
hostname: ca
# 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"
- "7054:7054"
command: fabric-ca-server start -b admin:adminpw
orderer0: # There can be multiple orderers