Hi nodebb community,
I am trying out nodebb for a project. I cloned the git repo, and ran docker-compose up
. Then when I visited http://127.0.0.1:4567/
, I see the message You are just a few steps away from launching your own NodeBB forum!
, where I have to fill details to Configure the database. I am using mongoDB. Where do I get the details like
- Host IP or address of your MongoDB instance: tried
127.0.0.1
, ip of the mongodb container,mongo
- Host port of your MongoDB instance: this is present in the docker-compose file and is
27017
- Username
- Password
- Database name
I guess the last 3 can be left blank. I would appreciate any help. Thanks.
P.S: Kudos to the nodebb devs for the clean code.