style95 opened a new pull request #32: Add environment variables for cluster URL: https://github.com/apache/couchdb-docker/pull/32 ## Overview This pr is to add environment variables for CouchDB clustering. ## Testing recommendations ``` docker run --name couchdb -d -e NUM_NODES=3 -e NUM_SHARDS=8 -e NUM_READ_QUORUM=2 -e NUM_WRITE_QUORUM=2 apache/couchdb ``` ## GitHub issue number none ## Related Pull Requests none ## Checklist - [ ] Code is written and works correctly; - [ ] Changes are covered by tests; - [ ] 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
