huggingface/Mongoku

not work on http://localhost:27017/

cnscorpions opened this issue · 2 comments

  1. install on docker as readme writes
  2. navigate to http://localhost:27017/
  3. it shows that It looks like you are trying to access MongoDB over HTTP on the native driver port.
  4. just search around, and seems that mongodb 3.6 + remove http interface,
    :(

Try with http://localhost:3100/ instead.

MONGOKU_DEFAULT_HOST defines the mongo servers preconfigured at startup, not the address of mongoku.

all right, I turn to mongodb compass now, not web gui. so close this issue.