Hello!
I'm attempting to use the dockette/adminer:mongo image within my Kubernetes cluster to access MongoDB. After deployment, I'm encountering issues:
- When trying to log in, I cannot select "MongoDB" as the system in the login screen
- When selecting any other system, I receive the error:
None of the supported PHP extensions are available
I expect to able to select MongoDB as the DB system in the login mask and be able to log in.
Questions
- Am I misunderstanding how this image should be used?
- Is there additional setup needed to enable MongoDB connectivity?
Any guidance would be greatly appreciated. Thank you!
Hello!
I'm attempting to use the
dockette/adminer:mongoimage within my Kubernetes cluster to access MongoDB. After deployment, I'm encountering issues:None of the supported PHP extensions are availableI expect to able to select MongoDB as the DB system in the login mask and be able to log in.
Questions
Any guidance would be greatly appreciated. Thank you!