@flex it works, thanks
Mario Pacheco
Posts
-
Upgrade nodebb to latest version on docker -
Upgrade nodebb to latest version on docker@flex but if remove -i I can't write the host id, db adress, etc, etc
-
Upgrade nodebb to latest version on docker@flex
to create my database I use redis
docker run --name my-forum-redis -d -p 6379:6379 redis
to create my nodebb app I use
docker run --name my-forum-nodebb --link my-forum-redis:redis -p 80:80 -p 443:443 -p 4567:4567 -P -t -i benlubar/nodebb -
Upgrade nodebb to latest version on dockerhi @flex i cant do "docker stop...", when I start my app for the first, I see the logs of app and the only way to exit its with CTRL + C, maybe that's why I cant restart my app.
Mário
-
Upgrade nodebb to latest version on dockerhi @flex, thanks for your help
It really helps, but now I have another problem, when I shutdown my app on docker i can't start it again, I have to rebuild it, did you know how can I fix this?Mario
-
Upgrade nodebb to latest version on dockerHi,
I follow the documentation and I install nodebb on docker but I install node v0.5.7. How can I upgrade do the lastest version of nodebb?Mário