You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2017/09/24 08:16:48 UTC

[couchdb-docker] 01/01: Bind node-local port to all container interfaces

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch fix-clustering
in repository https://gitbox.apache.org/repos/asf/couchdb-docker.git

commit d7389cebb5c57104067fa5501a6fe6f5a06df42e
Author: Joan Touzet <wo...@apache.org>
AuthorDate: Sun Sep 24 01:16:42 2017 -0700

    Bind node-local port to all container interfaces
---
 2.1.0/local.ini | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/2.1.0/local.ini b/2.1.0/local.ini
index 1aa633c..c1bac9e 100644
--- a/2.1.0/local.ini
+++ b/2.1.0/local.ini
@@ -6,3 +6,6 @@
 
 [chttpd]
 bind_address = any
+
+[httpd]
+bind_address = any

-- 
To stop receiving notification emails like this one, please contact
"commits@couchdb.apache.org" <co...@couchdb.apache.org>.