-
Notifications
You must be signed in to change notification settings - Fork 93
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
Documented configuration is different between GitHub and Docker Hub #106
Comments
The ones on GitHub as you use the |
if you use ME_CONFIG_MONGODB_SERVER it still works if you use the default "mongo" as the name of your service. It would not work when I renamed mine to "mongodb". However, ME_CONFIG_MONGODB_URL worked just fine and I switched my compose file to use that. |
apiVersion: apps/v1 it still gives me authentication issues pls help |
On GitHub:
On Docker Hub:
For GitHub,
ME_CONFIG_MONGODB_URL
is present but missing on Docker HubFor Docker Hub,
ME_CONFIG_MONGODB_ADMINUSERNAME
,ME_CONFIG_MONGODB_ADMINPASSWORD
,ME_CONFIG_MONGODB_PORT
, andME_CONFIG_MONGODB_SERVER
is present but missing on GitHubIf pulling images from Docker Hub as per GitHub docs
Which configuration settings are relevant?
The text was updated successfully, but these errors were encountered: