Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Commit

Permalink
Remove duplicated volume mounts (#19)
Browse files Browse the repository at this point in the history
- remove contract and config ount in clibase service definition
 (docker-compose-base.yaml) as it extends clinopeer service which
 already has the mounts

Signed-off-by: Swetha Repakula <[email protected]>
  • Loading branch information
swetharepakula authored and awjh-ibm committed Sep 4, 2019
1 parent 355c01a commit 33896b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/network/docker-compose/docker-compose-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,7 @@ services:
command: /bin/bash
volumes:
- /var/run/:/host/var/run/
- ../../../contract:/etc/hyperledger/contract
- ../crypto-material/:/etc/hyperledger/configtx/
- ../crypto-material:/etc/hyperledger/config

couchdb:
container_name: couchdb
Expand Down

0 comments on commit 33896b1

Please sign in to comment.