mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-26 11:35:10 +00:00
oops! add port mapping
Signed-off-by: Varad Ramamoorthy <varad@us.ibm.com>
This commit is contained in:
parent
98fd8b3399
commit
6ef69e0c94
1 changed files with 3 additions and 3 deletions
|
|
@ -47,7 +47,7 @@ services:
|
|||
- orderer.example.com:/var/hyperledger/production/orderer
|
||||
ports:
|
||||
- 7050:7050
|
||||
- 17050:17050
|
||||
- 9443:9443
|
||||
networks:
|
||||
- test
|
||||
|
||||
|
|
@ -84,7 +84,7 @@ services:
|
|||
command: peer node start
|
||||
ports:
|
||||
- 7051:7051
|
||||
- 17051:17051
|
||||
- 9444:9444
|
||||
networks:
|
||||
- test
|
||||
|
||||
|
|
@ -121,7 +121,7 @@ services:
|
|||
command: peer node start
|
||||
ports:
|
||||
- 9051:9051
|
||||
- 19051:19051
|
||||
- 9445:9445
|
||||
networks:
|
||||
- test
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue