I ended up just creating a new user and running the nodebb executable under that, and it worked right away! Lol
Saarol
Posts
-
Docker installation not working, "nodebb-1 exited with code 0" -
Docker installation not working, "nodebb-1 exited with code 0"Another detail, when I run
docker ps
, it the container is stuck in the restarting state and it never connects to port 4567.My docker version is
27.3.1, build ce12230
if that helps at all. -
Docker installation not working, "nodebb-1 exited with code 0"Hello again! For the past three hours I've been trying to get NodeBB running via https://docs.nodebb.org/installing/cloud/docker/, and it's spitting out a bunch of warnings and never running the installer.
I'm downloading the latest release from GitHub, unzipping it, then running
docker-compose --profile mongo up
.
It outputs a bunch of normal-looking logs, it printsnodebb-1 exited with code 0
. Almost all of the logs after that are justWarning: No write permission for directory /opt/config, attempting to fix...
,Error: No write permission for directory /opt/config. Exiting...
, orchmod: changing permissions of '/opt/config': Operation not permitted
.
Any idea what's going on? -
NodeBB 3.9.0Yooooo I'm famous
-
Post comments on profiles?Thank you! I'm super looking forward to figuring this all out!
-
Post comments on profiles?Oh that's super cool! So for v3 I'd just make a category, make it hidden, and use that instead?
-
Post comments on profiles?Hello everyone! Is there a plugin for NodeBB to allow commenting on user's profiles like in XenForo? I'm planning on starting my own NodeBB forum soon, and I want to make sure I don't reinvent the wheel if there's already a plugin that adds that.