mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-12 11:14:57 +02:00
630 B
630 B
nodebb
NodeBB Forum Software is powered by Node.js and built on either a Redis or MongoDB database.
Read the docs.
up and running
$ docker-compose run --rm --service-ports nodebb bash
>>> ./nodebb --config config/config.json setup
>>> exit
$ docker-compose up -d
$ firefox http://localhost:4567
Host IP or address of your Redis instance:
redis
software upgrade
$ docker-compose pull nodebb
$ docker-compose exec nodebb bash
>>> ./nodebb upgrade
>>> exit