Skip to content

Commit

Permalink
[BE-848] walletstore location docker-compose (#202)
Browse files Browse the repository at this point in the history
Signed-off-by: Binoy Mathew <binoy123@gmail.com>
  • Loading branch information
meetbinoy committed Nov 27, 2020
1 parent 3d979e1 commit ba7739a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ In this guide, we assume that you've already started test network by following [
- ./config.json:/opt/explorer/app/platform/fabric/config.json
- ./connection-profile:/opt/explorer/app/platform/fabric/connection-profile
- ./organizations:/tmp/crypto
- walletstore:/opt/wallet
- walletstore:/opt/explorer/wallet
```

* When you connect Explorer to your fabric network through bridge network, you need to set DISCOVERY_AS_LOCALHOST to false for disabling hostname mapping into localhost.
Expand Down
2 changes: 1 addition & 1 deletion app/platform/fabric/e2e-test/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:
- ./configs/config_${NETWORK_MODE}.json:/opt/explorer/app/platform/fabric/config.json
- ./configs/connection-profile:/opt/explorer/app/platform/fabric/connection-profile
- ./specs/crypto-config:/tmp/crypto
- walletstore:/opt/wallet
- walletstore:/opt/explorer/wallet
command: sh -c "node /opt/explorer/main.js && tail -f /dev/null"
ports:
- 8090:8080
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ services:
- ./examples/net1/config.json:/opt/explorer/app/platform/fabric/config.json
- ./examples/net1/connection-profile:/opt/explorer/app/platform/fabric/connection-profile
- ./examples/net1/crypto:/tmp/crypto
- walletstore:/opt/wallet
- walletstore:/opt/explorer/wallet
ports:
- 8080:8080
depends_on:
Expand Down

0 comments on commit ba7739a

Please sign in to comment.