@nodeham oooh, that's expected. There are no posts in that category. The selector just limits what is listed in that category, and the log in to post button is usually a 'new topic' button except being not logged in you are prompted to do so.
E
enot
@enot
Posts
-
Guests should see all posts -
NodeBB 1.18.0 docker update@fais3000 said in NodeBB 1.18.0 docker update:
@maxwaldorf You can try https://hub.docker.com/r/nibrev/nodebb/tags. I just used the latest image to update to 1.18.0
Here is my nodebb docker setup.
This is the image I use, although I'm not using Mongo so unsure if it works for you.
-
What should persist for docker installs?For reference, I am using https://www.github.com/rez0n/docker-nodebb.
Currently I have the following persisted to disk:
/data
(which appears to just contain config.json, package.json and uploads/)- the database data
I'm thinking also:
app/public
app/logs
app/node_modules
(for plugins etc)
Or maybe none of that is needed, I was just thinking if I had to do a full redeploy from a backup I might have to reinstall plugins and be missing user data like uploads or something.
Just looking for any extra pointers, thanks.