Update fabric-ca service port
parent
8a6aef897d
commit
414580f756
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue