From fcaa7dac4c9216f78bcf7da557d6a1a6dec1f259 Mon Sep 17 00:00:00 2001 From: AndyAlpha <35827117+AndyAlpha@users.noreply.github.com> Date: Tue, 15 Sep 2020 17:24:03 +0800 Subject: [PATCH] Update base.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 笔误 --- hyperledger_fabric/v1.4.4/base.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hyperledger_fabric/v1.4.4/base.yaml b/hyperledger_fabric/v1.4.4/base.yaml index fe06fbfc..fe40ccef 100644 --- a/hyperledger_fabric/v1.4.4/base.yaml +++ b/hyperledger_fabric/v1.4.4/base.yaml @@ -80,8 +80,8 @@ services: - CORE_PEER_TLS_CERT_FILE=/etc/hyperledger/fabric/tls/server.crt - CORE_PEER_TLS_KEY_FILE=/etc/hyperledger/fabric/tls/server.key - CORE_PEER_TLS_ROOTCERT_FILE=/etc/hyperledger/fabric/tls/ca.crt - - CORE_CHIANCODE_BUILDER=hyperledger/fabric-ccenv:${FABRIC_IMG_TAG} - - CORE_CHIANCODE_NODE_RUNTIME=hyperledger/fabric-nodeenv:${FABRIC_IMG_TAG} + - CORE_CHAINCODE_BUILDER=hyperledger/fabric-ccenv:${FABRIC_IMG_TAG} + - CORE_CHAINCODE_NODE_RUNTIME=hyperledger/fabric-nodeenv:${FABRIC_IMG_TAG} - FABRIC_LOGGING_SPEC=DEBUG - FABRIC_LOGGING_FORMAT=%{color}[%{id:03x} %{time:01-02 15:04:05.00 MST}] [%{longpkg}] %{callpath} -> %{level:.4s}%{color:reset} %{message} volumes: @@ -162,4 +162,4 @@ services: networks: default: external: - name: ${NETWORK} \ No newline at end of file + name: ${NETWORK}