From 0e7dea10c8d85db73ac01621d1ce6fd17ca203c8 Mon Sep 17 00:00:00 2001 From: icodezjb Date: Tue, 21 Mar 2017 11:38:27 +0800 Subject: [PATCH] Update docker-compose.yml use "fabric-ca-server start -c testdata/testconfig.json" ,it seems use default values in testconfig.json --- hyperledger/1.0/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyperledger/1.0/docker-compose.yml b/hyperledger/1.0/docker-compose.yml index 0a3eae38..c5e41b89 100644 --- a/hyperledger/1.0/docker-compose.yml +++ b/hyperledger/1.0/docker-compose.yml @@ -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.certfile testdata/ec.pem --ca.keyfile testdata/ec-key.pem -c testdata/testconfig.json + command: fabric-ca-server start -c testdata/testconfig.json orderer: image: hyperledger/fabric-orderer