update according to latest code
parent
5ecbbf7a84
commit
cd8f5af7fc
|
@ -8,7 +8,7 @@
|
||||||
# See https://github.com/hyperledger/fabric/blob/master/docs/dev-setup/devnet-setup.md#using-consensus-plugin for more details.
|
# See https://github.com/hyperledger/fabric/blob/master/docs/dev-setup/devnet-setup.md#using-consensus-plugin for more details.
|
||||||
|
|
||||||
vp:
|
vp:
|
||||||
image: yeasy/hyperledger-peer:pbft
|
image: yeasy/hyperledger-peer:noops
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- CORE_PEER_ADDRESSAUTODETECT=true
|
- CORE_PEER_ADDRESSAUTODETECT=true
|
||||||
|
@ -23,5 +23,4 @@ vp:
|
||||||
- "31315"
|
- "31315"
|
||||||
volumes: # docker.sock is mapped as the default CORE_VM_ENDPOINT
|
volumes: # docker.sock is mapped as the default CORE_VM_ENDPOINT
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
command: peer peer
|
command: peer node start # this repeats the default cmd to make sure
|
||||||
|
|
||||||
|
|
|
@ -25,5 +25,5 @@ vp:
|
||||||
- "31315"
|
- "31315"
|
||||||
volumes: # docker.sock is mapped as the default CORE_VM_ENDPOINT
|
volumes: # docker.sock is mapped as the default CORE_VM_ENDPOINT
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
command: peer peer
|
command: peer node start # this repeats the default cmd to make sure
|
||||||
|
|
||||||
|
|
|
@ -90,5 +90,5 @@ membersrvc:
|
||||||
- "50051"
|
- "50051"
|
||||||
volumes: # docker.sock is mapped as the default CORE_VM_ENDPOINT
|
volumes: # docker.sock is mapped as the default CORE_VM_ENDPOINT
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
command: membersrvc
|
command: membersrvc # this repeats the default cmd to make sure
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue