I followed the link below to setup a Hyperledger Fabric http://hyperledger-fabric.readthedocs.io/en/latest/build_network.html
I see the two orgs and two peers running in the same machine. I wanted to add another peer to this already setup network. Requesting some help here as to what steps i should follow to get this thing done.
You should change the
docker-compose-cli.yaml
file, and restart the docker-compose. There, you have to add and define a new Peer.Then, you should execute the
CHANNEL_NAME=$CHANNEL_NAME TIMEOUT=<pick_a_value> docker-compose -f docker-compose-cli.yaml up -d
command (again). With that command, I think that you will maintain the previous Docker containers and a new one will create for your network.