mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
Rm docker files mount for CLI container
Signed-off-by: Nikhil Gupta <ngupta@triplepointliquidity.com>
This commit is contained in:
parent
da65e20f7d
commit
f59de2469c
1 changed files with 0 additions and 1 deletions
|
|
@ -153,7 +153,6 @@ services:
|
|||
working_dir: /opt/gopath/src/github.com/hyperledger/fabric/peer
|
||||
command: /bin/bash
|
||||
volumes:
|
||||
- /var/run/:/host/var/run/
|
||||
- ../organizations:/opt/gopath/src/github.com/hyperledger/fabric/peer/organizations
|
||||
- ../scripts:/opt/gopath/src/github.com/hyperledger/fabric/peer/scripts/
|
||||
depends_on:
|
||||
|
|
|
|||
Loading…
Reference in a new issue