NodeBB Docker Installation: CLI Showing Incorrect Status and PostgreSQL Error
-
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. -
Same thing here. After initial installation with
docker compose
, I had to remove it, annd than just reinstall using same method. Now it works as well showing correctly incli
Copyright © 2024 NodeBB | Contributors