Hi @Allan_Zimmermann
I have followed bellow steps in ubuntu os but for running http://localhost.openiap.io/ im getting bad gateway error in browser. What i have missed?
You need to fix what ever error is making mongodb restart
@Allan_Zimmermann can you please tell me
how to fix this issue , mongodb restart , what I need to check ?
log at the console and look for any error messages, and then google those and see what could be the reason.
If you need to “work” with mongodb, you can update the docker file to override the entrypoint, so you can make a terminal into the instance, by setting command to somthing like
command:
- sh
- -c
- while true; do echo sleep 10; sleep 10;done
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.