nezhar / wordpress-docker-compose

Easy Wordpress development with Docker and Docker Compose
MIT License
1.86k stars 1.33k forks source link

phpMyAdmin installation and configuration #56

Closed flip111 closed 9 months ago

flip111 commented 4 years ago

Would be nice to have the full installation of phpMyAdmin with all it's features. Here is the setup procedure https://docs.phpmyadmin.net/en/latest/setup.html#phpmyadmin-configuration-storage

Additionally an expiration time longer than 1440 seconds on the panel would be good (no expiration) ?

And exposing of the phpMyAdmin config file.

nezhar commented 4 years ago

I think the documentation mentioned in https://github.com/nezhar/wordpress-docker-compose/pull/55 does the job pretty well.

flip111 commented 4 years ago

The environment variables don't allow for full config over phpMyAdmin. For example the expiration time can not be configured in this way. For this access to the php configuration file is required.

flip111 commented 4 years ago

Maybe the php configuration file can be mapped in a similar way as commented in https://github.com/nezhar/wordpress-docker-compose/issues/51#issuecomment-622122420 ?