docker-nodebb icon indicating copy to clipboard operation
docker-nodebb copied to clipboard

error logs / crash logs missing in the volumes

Open Romain-P opened this issue 2 years ago • 0 comments

Hello @nilsramsperger , The forum is crashing everytime I reply or create a new thread.
Could not find any crashlogs and also noticed this from the admin panel:

image

Am I missing something? I'm using your snippet for a quick setup & launch

docker create --name forum --init --restart always -p 4567:4567 -v nodebb-data:/var/lib/redis -v nodebb-files:/opt/nodebb/public/uploads -v nodebb-config:/etc/nodebb nilsramsperger/nodebb

Romain-P avatar Feb 05 '23 12:02 Romain-P