I successfully installed NodeBB using docker-compose.
Everything seems to be working as expected, but when the nodebb container starts up, NodeBB starts running. However, when I connect to bash and check its status using the CLI, it shows that NodeBB is not running, even though it actually is.
When I try to stop it, I can't. And when I try to start it using the CLI, even though I initially installed it with MongoDB, it gives an error related to postgres.
Note:
Initially I've installed NodeBB with Postgres, then I removed the container and installed with Mongo.