Browse Source

fix docker-compose-ca.yaml

zjb0807 7 years ago
parent
commit
8d2021f72c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docker-compose-ca.yaml

+ 1 - 1
docker-compose-ca.yaml

@@ -8,7 +8,7 @@ services:
       - FABRIC_CA_HOME=/etc/hyperledger/fabric-ca-server
     ports:
       - 7054:7054
-    command: sh -c 'fabric-ca-server start --ca.certfile /etc/hyperledger/fabric-ca-server-config/cacerts/peerOrg1-cert.pem --ca.keyfile /etc/hyperledger/fabric-ca-server-config/331cc9c5fc570a5f0f88537ca49196a0158618a9411d051dc67e8ac9fcee03a2_sk -b admin:adminpw' -d
+    command: sh -c 'fabric-ca-server start --ca.certfile /etc/hyperledger/fabric-ca-server-config/peerOrg1-cert.pem --ca.keyfile /etc/hyperledger/fabric-ca-server-config/331cc9c5fc570a5f0f88537ca49196a0158618a9411d051dc67e8ac9fcee03a2_sk -b admin:adminpw' -d
     volumes:
       - ./crypto-config/peerOrganizations/peerOrg1/ca/:/etc/hyperledger/fabric-ca-server-config
       - ./fabricca/tlsOrg1:/etc/hyperledger/fabric-ca-server