Replies: 1 comment
-
|
The newest code is in the ME repository (master branch) and it can't be published under a release (version). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, and much gratitude to the maintainers of such a well-loved project.
We've spent a bit of time getting Mongo-Express working with AWS DocumentDB, with several red herrings. Ultimately the subtle difference in ENV names (like
ME_CONFIG_MONGODB_CA_FILEvsME_CONFIG_MONGODB_TLS_CA_FILE) between what's shown on this repository'smasterREADME, and what's presented (missing) on Docker Hub was at issue.It was our mistake attempting to use
ME_CONFIG_MONGODB_TLS...ENVs on an older image, to be sure. However, given the TLS changes, it'd be a wonderful development to have a 1.1 release made available on Docker Hub.Beta Was this translation helpful? Give feedback.
All reactions