wohali commented on a change in pull request #185:
URL: https://github.com/apache/couchdb-docker/pull/185#discussion_r450222317



##########
File path: README.md
##########
@@ -50,7 +50,9 @@ If you intend to network this CouchDB instance with others in 
a cluster, you wil
 
 Start your multiple CouchDB instances, then follow the Setup Wizard in the 
[official CouchDB 
documentation](http://docs.couchdb.org/en/stable/setup/cluster.html) to 
complete the process.
 
-For a CouchDB cluster you need to provide the `NODENAME` setting as well as 
the erlang cookie. Settings to Erlang can be made with the environment variable 
`ERL_FLAGS`, e.g. `ERL_FLAGS=-setcookie "brumbrum"`. Further information can be 
found [here](http://docs.couchdb.org/en/stable/cluster/setup.html).
+For a CouchDB cluster you need to provide the `NODENAME` setting as well as 
the erlang cookie. Settings to Erlang can be made with the environment variable 
`ERL_FLAGS`, e.g. `ERL_FLAGS=-setcookie "brumbrum"`.
+By default, this image exposes the `epmd` port `4369` and the Erlang cluster 
communication port `9100` (i.e. `inet_dist_listen_min` and 
`inet_dist_listen_max` are both 9100).

Review comment:
       Sorry I missed it.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to