-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mongo-single-replica: Error /usr/local/bin/docker-entrypoint.sh: line 407: -u: command not found
#3773
Comments
Me too, although my issue is slightly different.
Did you manage to get this resolved, @jvolker ? |
Had the same issue, increasing the wait time for initialisation seems to have fixed the issue for me. See: INIT_WAIT_SEC (https://github.com/prisma/engine-images/blob/main/mongo/4.4/docker-entrypoint.sh) Example:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to run the mongo-single-replica example.
When starting docker-compose I first ran into #3579. I solved it by changing the ports, as suggested in the issue:
Unfortunately, I'm now getting:
How can I solve this?
Thanks in advance.
The text was updated successfully, but these errors were encountered: