Skip to content

Commit 54af84b

Browse files
committed
Fix service port
Update the service port from old number to lastest one. Change-Id: Id84743728cf53026008caaf8adcbd0c64504f458 Signed-off-by: Baohua Yang <[email protected]>
1 parent ab56c33 commit 54af84b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/protocol-spec_zh.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2414,23 +2414,23 @@ GET host:port/network/peers
24142414
"ID": {
24152415
"name": "vp1"
24162416
},
2417-
"address": "172.17.0.4:30303",
2417+
"address": "172.17.0.4:7051",
24182418
"type": 1,
24192419
"pkiID": "rUA+vX2jVCXev6JsXDNgNBMX03IV9mHRPWo6h6SI0KLMypBJLd+JoGGlqFgi+eq/"
24202420
},
24212421
{
24222422
"ID": {
24232423
"name": "vp3"
24242424
},
2425-
"address": "172.17.0.5:30303",
2425+
"address": "172.17.0.5:7051",
24262426
"type": 1,
24272427
"pkiID": "OBduaZJ72gmM+B9wp3aErQlofE0ulQfXfTHh377ruJjOpsUn0MyvsJELUTHpAbHI"
24282428
},
24292429
{
24302430
"ID": {
24312431
"name": "vp2"
24322432
},
2433-
"address": "172.17.0.6:30303",
2433+
"address": "172.17.0.6:7051",
24342434
"type": 1,
24352435
"pkiID": "GhtP0Y+o/XVmRNXGF6pcm9KLNTfCZp+XahTBqVRmaIumJZnBpom4ACayVbg4Q/Eb"
24362436
}

pub/fabric-membersrvc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ membersrvc:
6565
vp0:
6666
image: hyperledger/fabric-peer
6767
ports:
68-
- "5000:5000"
68+
- "7050:7050"
6969
- "7051:7051"
7070
- "7052:7052"
7171
environment:

0 commit comments

Comments
 (0)