Hi! I tried installing your docker container. After executing the instruction "./bin/docker-compose up" I put the nodebb setting in my browser, but then I got one of these errors in the terminal where I ran the docker-container:
error: Error: Redis connection to 127.0.0.1:6379 failed - connect ECONNREFUSED 127.0.0.1:6379
or
error: NodeBB could not connect to your Mongo database. Mongo returned the following error: connect ECONNREFUSED 127.0.0.1:27017
One of full logs:
nodebb_1 | Welcome to NodeBB!
nodebb_1 |
nodebb_1 | This looks like a new installation, so you'll have to answer a few questions about your environment before we can proceed.
nodebb_1 | Press enter to accept the default setting (shown in brackets).
nodebb_1 |
nodebb_1 | 26/5 16:52 [50] - info: Now configuring redis database:
nodebb_1 | Configuration Saved OK
nodebb_1 | Populating database with default configs, if not already set...
nodebb_1 | 26/5 16:52 [50] - error: Error: Redis connection to 127.0.0.1:6379 failed - connect ECONNREFUSED 127.0.0.1:6379
nodebb_1 | at Object.exports._errnoException (util.js:870:11)
nodebb_1 | at exports._exceptionWithHostPort (util.js:893:20)
nodebb_1 | at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1063:14)
or
nodebb_1 | Welcome to NodeBB!
nodebb_1 |
nodebb_1 | This looks like a new installation, so you'll have to answer a few questions about your environment before we can proceed.
nodebb_1 | Press enter to accept the default setting (shown in brackets).
nodebb_1 |
nodebb_1 | 26/5 19:27 [32] - info: Now configuring mongo database:
nodebb_1 | Configuration Saved OK
nodebb_1 | 26/5 19:27 [32] - error: NodeBB could not connect to your Mongo database. Mongo returned the following error: connect ECONNREFUSED 127.0.0.1:27017
nodebb_1 | 26/5 19:27 [32] - warn: NodeBB Setup Aborted.
nodebb_1 | Error: connect ECONNREFUSED 127.0.0.1:27017
nodebb_1 | at Object.exports._errnoException (util.js:870:11)
nodebb_1 | at exports._exceptionWithHostPort (util.js:893:20)
nodebb_1 | at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1063:14)