You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using docker-compose and starting both mongoku and mongo provokes a permanent error message in the UI. If mongoku exited with code 1 if it's unable to connect to the database, we could add a restart: on-failure and then the next time it will connect.
Is it possible to add an environment variable to exit 1 if it's unable to connect? I can PR if needed.
Thanks you!
The text was updated successfully, but these errors were encountered:
Using
docker-compose
and starting both mongoku and mongo provokes a permanent error message in the UI. If mongoku exited with code 1 if it's unable to connect to the database, we could add arestart: on-failure
and then the next time it will connect.Is it possible to add an environment variable to exit 1 if it's unable to connect? I can PR if needed.
Thanks you!
The text was updated successfully, but these errors were encountered: