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
The connection problem here indicates that your mongo container is not up and running.
An exit code 1 from a docker container indicates an application error or an incorrect reference to a file that is not present in the container.
In my experience, make sure that the volume mounts in the docker-compose file are all correct, and everything should work. I would recommend also checking for instance if your "file.key" is valid, meaning that it's actually a file.
As an example, if the file.key is for some reason a "folder" and not a file, then the container would exit because it can't read it.
I followed the instructions but I always get the result like this. Please help me fix this.
The text was updated successfully, but these errors were encountered: