update according to latest code

pull/2/head
Baohua Yang 2016-05-13 10:51:33 +08:00
parent 5ecbbf7a84
commit cd8f5af7fc
3 changed files with 4 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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