Skip to content

Commit

Permalink
Merge "[FAB-3995] /examples/cluster: Fix TLS support"
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaskins authored and Gerrit Code Review committed May 18, 2017
2 parents aa616cd + fa3a81b commit 217b8f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/cluster/compose/peer-base/peer-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:
- CORE_NEXT=true
- CORE_PEER_ENDORSER_ENABLED=true
- CORE_PEER_GOSSIP_BOOTSTRAP=peer1:7051
- CORE_VM_DOCKER_HOSTCONFIG_NETWORKMODE=compose_default
volumes:
- /var/run/docker.sock:/var/run/docker.sock
command: peer node start --peer-defaultchain=false
2 changes: 1 addition & 1 deletion examples/cluster/config/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ peer:
address: 0.0.0.0:7051
# Whether the Peer should programmatically determine its address
# This case is useful for docker containers.
addressAutoDetect: true
addressAutoDetect: false

# Setting for runtime.GOMAXPROCS(n). If n < 1, it does not change the current setting
gomaxprocs: -1
Expand Down

0 comments on commit 217b8f6

Please sign in to comment.