File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/setup-docker/templates/fabric-docker Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -371,8 +371,8 @@ services:
371371 - CORE_PEER_TLS_ROOTCERT_FILE=/tmp/crypto/peerOrganizations/<%= peerOrg.domain %>/peers/<%= peerOrg.peers[0].address %>/tls/ca.crt
372372 <%_ } _ % >
373373 volumes :
374- - ../fabric-config/explorer/config.json:/opt/explorer/app/platform/fabric/config.json
375- - ../fabric-config/explorer/connection-profile.json:/opt/explorer/app/platform/fabric/connection-profile/connection-profile.json
374+ - ../fabric-config/explorer/config-global .json:/opt/explorer/app/platform/fabric/config.json
375+ - ../fabric-config/explorer/connection-profile-org1 .json:/opt/explorer/app/platform/fabric/connection-profile/connection-profile.json
376376 - ../fabric-config/crypto-config:/tmp/crypto
377377 ports :
378378 - " <%= global.tools.explorer.port % >:8080"
You can’t perform that action at this time.
0 commit comments