wohali commented on issue #73: Configuration from docker config or secret? URL: https://github.com/apache/couchdb-docker/issues/73#issuecomment-379786419 @endyjasmi One option is that, instead of mounting the entire `etc/` directory you can just mount individual `.ini` files. We've just updated the `README` file to make this clearer. Remember that CouchDB will always write to the very last file in your config file chain, which is often the alphabetically-sorted last `.ini` file under `etc/local.d/`. So, you can mount your shared secret files ahead of these, read only, then mount something like `etc/local.d/999-writeable-ini-file.ini` from a different writeable share. Does this work for you?
---------------------------------------------------------------- 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
