Fix quotation bug
parent
33c7d86552
commit
72394aa77e
|
@ -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 -b admin:pass"
|
||||
command: fabric-ca-server start -ca testdata/ec.pem -ca-key testdata/ec-key.pem -config testdata/testconfig.json -b admin:pass
|
||||
|
||||
orderer:
|
||||
image: hyperledger/fabric-orderer
|
||||
|
|
Loading…
Reference in New Issue