Skip to content

Commit 49e52c8

Browse files
committed
update and fix docker file
Signed-off-by: Osama Rabea <osrab3@gmail.com>
1 parent 41c9902 commit 49e52c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/setup-docker/templates/fabric-docker/docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)