-
Notifications
You must be signed in to change notification settings - Fork 298
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
Permission error #123
Comments
Did you forget to create a Service ? Like this :
|
Thanks a lot! Now it almost works. The "mongo" container fails, though, because of some storage related issue. I am working with an NFS-based PersistentVolume. Do you know what could be the issue here? Here are the logs:
|
Never mind, it works now, it was an NFS issue. Thanks a lot for the great guide! |
Fine ! But in my opinion using NFS for a MongoDB Volume is not good. You should use very fast (SSD ?) disk formatted with xfs.
|
Hi,
I get this error when trying the configuration below:
Configuration:
What could be the problem?
The text was updated successfully, but these errors were encountered: