wohali commented on issue #3603:
URL: https://github.com/apache/couchdb/issues/3603#issuecomment-906901215
From the Docker container README:
> CouchDB also uses `/opt/couchdb/etc/vm.args` to store Erlang
runtime-specific changes. Changing these values is less common. If you need to
change the epmd port, for instance, you will want to bind mount this file as
well. (Note: files cannot be bind-mounted on Windows hosts.)
and
> NODENAME will set the name of the CouchDB node inside the container to
couchdb@${NODENAME}, in the file /opt/couchdb/etc/vm.args. This is used for
clustering purposes and can be ignored for single-node setups.
Try setting `NODENAME`?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]