diff --git a/docs/docker-compose-channel.yml b/docs/docker-compose-channel.yml index 9ec446c304d..8d1667cecc1 100644 --- a/docs/docker-compose-channel.yml +++ b/docs/docker-compose-channel.yml @@ -46,6 +46,9 @@ services: - orderer:orderer volumes: - /var/run/:/host/var/run/ + #in the "- :/opt/gopath/src/github.com/hyperledger/fabric/examples/" mapping below, the HOST part + #should be modified to the path on the host. This will work as is in the Vagrant environment + - /opt/gopath/src/github.com/hyperledger/fabric/examples/:/opt/gopath/src/github.com/hyperledger/fabric/examples/ depends_on: - orderer networks: