ibm-silvergate / netcomposer

Hyperledger Fabric Network bootstrapping made simple for experimentation, development and testing
Apache License 2.0
13 stars 6 forks source link

Peer node not starting while executing provision script #13

Closed erNail closed 5 years ago

erNail commented 5 years ago

The peer nodes are currently started with the command peer node start --peer-defaultchain=false; /bin/bash in the docker-compose.yaml. This causes an error and the issue that the container will exit (No access to logs). Instead, only peer node start should be executed.

erNail commented 5 years ago

Fixed issue. Waiting for Pull Request #14 to be accepted.

jeroiraz commented 5 years ago

Thanks @erNail