wordpress-docker-compose
wordpress-docker-compose copied to clipboard
phpMyAdmin installation and configuration
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.
I think the documentation mentioned in https://github.com/nezhar/wordpress-docker-compose/pull/55 does the job pretty well.
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.
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 ?