Skip to content

Commit 7158ab3

Browse files
author
Srinivasan Muralidharan
committed
FAB-1783 fix docker compose for peer install
https://jira.hyperledger.org/browse/FAB-1783 peer install needs samples in peer. Mount examples on the peer as well. Change-Id: I6dc0a4895dd11c7b87b75b2cb91269deb9839052 Signed-off-by: Srinivasan Muralidharan <[email protected]>
1 parent 1dd5c94 commit 7158ab3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/docker-compose-channel.yml

+3
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ services:
4646
- orderer:orderer
4747
volumes:
4848
- /var/run/:/host/var/run/
49+
#in the "- <HOST>:/opt/gopath/src/github.com/hyperledger/fabric/examples/" mapping below, the HOST part
50+
#should be modified to the path on the host. This will work as is in the Vagrant environment
51+
- /opt/gopath/src/github.com/hyperledger/fabric/examples/:/opt/gopath/src/github.com/hyperledger/fabric/examples/
4952
depends_on:
5053
- orderer
5154
networks:

0 commit comments

Comments
 (0)