You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2020/06/14 20:37:16 UTC

[GitHub] [couchdb-docker] wohali commented on issue #54: chttpd_auth_cache changes listener died database_does_not_exist at mem3_shards

wohali commented on issue #54:
URL: https://github.com/apache/couchdb-docker/issues/54#issuecomment-643818998


   @jkhsjdhjs Why doesn't this work?
   
   ```bash
   echo "[couchdb]" >10-single-node.ini
   echo "single_node=true" >> 10-single-node.ini
   docker run -p 5984:5984 -v /path/to/10-single-node.ini:/opt/couchdb/etc/local.d/10-single-node.ini apache/couchdb:3.1.0
   ```
   
   Now everything is there:
   
   ```
   $ curl http://admin:password@localhost:5984/_all_dbs
   ["_replicator","_users"]
   ```


----------------------------------------------------------------
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:
users@infra.apache.org