wohali commented on issue #45: Change nodename to be node1@<nodename> to be in line with cluster wizard URL: https://github.com/apache/couchdb-docker/pull/45#issuecomment-347240476 The CouchDB setup wizard doesn't change node name. It can't. I'm confused. Can you give a more complete example please? The only place the "node1" name is used (along with node2 and node3) is in the `dev` image, where 3 nodes are running inside of the same container. The wizard guesses on this if you set the port number to 15984/25984/35984 which again should only be happening if you are using the `dev/run` script. You should be able to run 3 containers all on port 5984 and use port mapping at the docker command line to avoid this problem.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
