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 07:44:04 UTC

[couchdb-docker] 01/01: Allow Erlang distribution over 9100-9200 (2.1.0 only)

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

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

commit 193d668011a67576bd91669f477813b9cd1a718b
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Tue Sep 19 03:42:27 2017 -0400

    Allow Erlang distribution over 9100-9200 (2.1.0 only)
---
 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>.