Skip to content

Commit

Permalink
Fix service port
Browse files Browse the repository at this point in the history
Update the service port from old number to lastest one.

Change-Id: Id84743728cf53026008caaf8adcbd0c64504f458
Signed-off-by: Baohua Yang <baohyang@cn.ibm.com>
  • Loading branch information
yeasy committed Aug 4, 2016
1 parent ab56c33 commit 54af84b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/protocol-spec_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -2414,23 +2414,23 @@ GET host:port/network/peers
"ID": {
"name": "vp1"
},
"address": "172.17.0.4:30303",
"address": "172.17.0.4:7051",
"type": 1,
"pkiID": "rUA+vX2jVCXev6JsXDNgNBMX03IV9mHRPWo6h6SI0KLMypBJLd+JoGGlqFgi+eq/"
},
{
"ID": {
"name": "vp3"
},
"address": "172.17.0.5:30303",
"address": "172.17.0.5:7051",
"type": 1,
"pkiID": "OBduaZJ72gmM+B9wp3aErQlofE0ulQfXfTHh377ruJjOpsUn0MyvsJELUTHpAbHI"
},
{
"ID": {
"name": "vp2"
},
"address": "172.17.0.6:30303",
"address": "172.17.0.6:7051",
"type": 1,
"pkiID": "GhtP0Y+o/XVmRNXGF6pcm9KLNTfCZp+XahTBqVRmaIumJZnBpom4ACayVbg4Q/Eb"
}
Expand Down
2 changes: 1 addition & 1 deletion pub/fabric-membersrvc.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ membersrvc:
vp0:
image: hyperledger/fabric-peer
ports:
- "5000:5000"
- "7050:7050"
- "7051:7051"
- "7052:7052"
environment:
Expand Down

0 comments on commit 54af84b

Please sign in to comment.