wohali commented on issue #183: URL: https://github.com/apache/couchdb-docker/issues/183#issuecomment-650816563
> > If you place it prior to docker.ini then any changes it writes will go inside the container and be lost. > > This sounds like exactly the what I'm looking for. Great! That's the recommended approach, then. 😉 > Is there also a magical file I can poke to solve the "you need to create _global_changes, _replicator and _users manually" thing? Try adding the following to your ini file: ``` [couchdb] single_node=true ``` Assuming, of course, you're deploying this as a single node and not a cluster. ---------------------------------------------------------------- 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]
