huggingface / Mongoku

🔥The Web-scale GUI for MongoDB
MIT License
1.31k stars 87 forks source link

not work on http://localhost:27017/ #31

Closed cnscorpions closed 4 years ago

cnscorpions commented 4 years ago
  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, :(
herow-io commented 4 years ago

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

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

cnscorpions commented 4 years ago

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