docker icon indicating copy to clipboard operation
docker copied to clipboard

Docker container for phpMyAdmin

Results 75 docker issues
Sort by recently updated
recently updated
newest added

Is is possible that I launch it as http://example.com/phpmyadmin/ ? `PMA_ABSOLUTE_URI` seemed not work.

question

We need to deploy phpMyAdmin on [OpenShift](https://docs.openshift.com/), and this means we cannot perform privileged operations that require `root` permissions. `chown` requires elevated privileges --------------- Unfortunately, this image performs `chown` operations...

enhancement

Somewhat new to Docker, so it might be a user error... After having following several YT tutorials, I cannot get PHPMyAdmin to actually log in--I get the following errors: -...

question

### Describe the bug The default security.limit_extensions in php-fpm.d/www.conf doesn't allow the php-fpm to serve the other files. ### To Reproduce Use this docker-compose ```yml # cat docker-compose.yml version: "3.8"...

Not sure how it's supposed to work. Could you give some hints?

question

Hi, How to restrict the access by adress IP to phpMyAdmin, I mean i known how restrict an access by IP but what the best practice for this image ?...

question

system: CentOS Linux release 7.9.2009 (Core) error: AH00534: apache2: Configuration error: No MPM loaded.

question

There are currently two Docker repositories, the [official image](https://hub.docker.com/_/phpmyadmin) and the [phpMyAdmin organization image](https://hub.docker.com/r/phpmyadmin/phpmyadmin). I'd like to work towards deprecating and removing the phpMyAdmin one because there's no need to...

discussion

Using phpmyadmin:fpm, if I mount /var/www/html to the host, then /var/www/html in the container is empty. I use podman to create containers. This is my run command. ``` $ podman...

To support docker container behind a reverse proxy I added a new optional config option to simply running PMA under a sub-URI based on approach posted on Stackoverflow: [https://stackoverflow.com/questions/42035947/how-to-change-the-access-url-of-official-phpmyadmin-docker-image-to-http-local/68643939#68643939](url) It...