wohali opened a new pull request #65: Improve README for configuration changes, closes #47 URL: https://github.com/apache/couchdb-docker/pull/65 ## Overview README.md was misleading on the desired approach for making configuration changes, leading to PRs like #32. This makes it clearer that if you need more than you can get from a few simple env vars, you should be mounting `/opt/couchdb/etc/local.d` as a volume and persisting it to disk. By specifying the `local.d` subdirectory we ensure that upstream image default changes to `/opt/couchdb/etc/default.ini`, as well as docker-specific upstream changes in `/opt/couchdb/etc/default.d`, are unaffected by externalisation of this volume. ## Testing recommendations Read it! ## GitHub issue number Closes #47 ## Checklist - [X] Documentation reflects the changes;
---------------------------------------------------------------- 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
