docker-adminer
docker-adminer copied to clipboard
Adminer docker image, a full-featured database management tool for the web
Hello, I'm using your image since a long time. I only tried with mysql and postgresql and it works well. I just tried on an oracle database and I have...
Hi, I would like to report an issue with your docker image. PHP is creating extensive number of session files. Looks like it creates ~1 file per second, this goes...
how does one add PHP extensions when uding the official docker image? tried to use mongodb but got this error ``` None of the supported PHP extensions (mongo) are available....
Although there is a mongo in the list of available systems in the login screen, it doesn't work. When I try to log in and use mongo there is an...
It would be nice to have an option for predefined list of DB connections, specified via environment variables on container start (or somehow), later shown in the UI on the...
This is the official phpmyadmin Dockerfile that we can imitate: https://github.com/phpmyadmin/docker/blob/master/Dockerfile The image size is 55MB. While this Adminer image is 218MB.
see #16 and #20
I see that instead of an official PHP base image this project uses a custom setup with nginx + php-fpm which requires supervisord to manage both services. So this is...