From 94e1229abb162f51c2ed30188ca0c911a8be774c Mon Sep 17 00:00:00 2001 From: Feng Lee Date: Tue, 23 Jan 2018 16:32:53 +0800 Subject: [PATCH] Uncomment the 'node.proto_dist' to support docker env --- etc/emq.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/emq.conf b/etc/emq.conf index a5cc7584a..681dc9b54 100644 --- a/etc/emq.conf +++ b/etc/emq.conf @@ -238,7 +238,7 @@ node.crash_dump = {{ platform_log_dir }}/crash.dump ## - inet6_tcp: handles TCP with IPv6 addressing. ## ## vm.args: -proto_dist inet_tcp -## node.proto_dist = inet_tcp +node.proto_dist = inet_tcp ## Sets the net_kernel tick time. TickTime is specified in seconds. ## Notice that all communicating nodes are to have the same TickTime