When starting up the docker container first, the setup for CouchDb is not done. I first had to complete the "Single Node Setup" (https://docs.couchdb.org/en/stable/setup/single-node.html). I could not find this in your documentation - did I miss something?
There is the [couchdb] single_node=true in the documentation which will setup the system automatically. It would be nice to have it done automagically.
Thank you for pointing this out, apparently the image for couchdb:2.3.1 on Docker Hub has been modified, which could be the reason why the startup failed on your machine. We will have a look at it.
When starting up the docker container first, the setup for CouchDb is not done. I first had to complete the "Single Node Setup" (https://docs.couchdb.org/en/stable/setup/single-node.html). I could not find this in your documentation - did I miss something?
There is the
[couchdb] single_node=true
in the documentation which will setup the system automatically. It would be nice to have it done automagically.Thanks Mario