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:47 UTC

[couchdb-docker] branch fix-clustering created (now d7389ce)

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

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


      at d7389ce  Bind node-local port to all container interfaces

This branch includes the following new commits:

     new d7389ce  Bind node-local port to all container interfaces

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

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

Posted by wo...@apache.org.
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>.