Isaac Bennetch
Isaac Bennetch
The fpm versions are built against the [PHP FPM Docker images](https://hub.docker.com/_/php). You need to provide a reverse proxy to interface with the phpMyAdmin fpm container. Most often I see people...
@lordslair this is a good question. To be honest, I have never tried to run the phpMyAdmin container from a k8s environment, so I don't have an immediate answer for...
Thanks! I'm glad you found a working solution for your situation and sorry again that I didn't have a good answer right away. This is something I'd love to be...
Sorry I'm not quite getting what's wrong here @rpasing. What is it you're trying to do here that isn't working? The Kubernetes environment or anything with fpm?
If we have a good reason to revert #285, we certainly can do that because the only reason we do it is from the suggestion at https://github.com/docker-library/official-images/pull/7288. It seems to...
Ah, yes, thank you. That does make sense now. Sorry it's just my inexperience with docker-compose that makes more difficult some things that should be obvious :-) I appreciate your...
Hm, that's an interesting case I hadn't considered. I'll have to look further at some of the options here. I appreciate your suggestions.
As far as I can think through, there would never be a scenario where `config.inc.php` is placed in `/var/www/html/` — it always belongs in `/etc/phpmyadmin` or as environment variables passed...
Sorry, I think my question just came from nowhere and I should have explained better. I'm working through the logic of resolving this, and want to correctly handle any situations...
> If you revert #285 you may also want to revert parts of https://github.com/phpmyadmin/docker/pull/286/files#diff-80edf79b0f382a3c6e871ac209ffd6ab to restore the custom user feature. Currently `www-data` is hardcoded. Yes, thanks, that's a good suggestion.