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/19 08:26:07 UTC

[couchdb-docker] branch master updated: Allow Erlang distribution over 9100-9200 (2.1.0 only) (#26)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new efcf233  Allow Erlang distribution over 9100-9200 (2.1.0 only) (#26)
efcf233 is described below

commit efcf2337873eea488ab1c413a71e8129a3b0a942
Author: Joan Touzet <wo...@users.noreply.github.com>
AuthorDate: Tue Sep 19 04:26:05 2017 -0400

    Allow Erlang distribution over 9100-9200 (2.1.0 only) (#26)
---
 2.1.0/Dockerfile | 2 +-
 2.1.0/vm.args    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/2.1.0/Dockerfile b/2.1.0/Dockerfile
index d11034c..43c7762 100644
--- a/2.1.0/Dockerfile
+++ b/2.1.0/Dockerfile
@@ -101,7 +101,7 @@ RUN chmod +x /docker-entrypoint.sh \
  && chown -R couchdb:couchdb /opt/couchdb/
 
 WORKDIR /opt/couchdb
-EXPOSE 5984 5986 4369 9100
+EXPOSE 5984 5986 4369 9100-9200
 VOLUME ["/opt/couchdb/data"]
 
 ENTRYPOINT ["tini", "--", "/docker-entrypoint.sh"]
diff --git a/2.1.0/vm.args b/2.1.0/vm.args
index 0425756..3816b82 100644
--- a/2.1.0/vm.args
+++ b/2.1.0/vm.args
@@ -12,7 +12,7 @@
 
 # Ensure that the Erlang VM listens on a known port
 -kernel inet_dist_listen_min 9100
--kernel inet_dist_listen_max 9100
+-kernel inet_dist_listen_max 9200
 
 # Tell kernel and SASL not to log anything
 -kernel error_logger silent

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