I have successfully installed Laradock/Docker (latest version) as well as phpMyAdmin on Mac Monterey. Everything finally works smoothly, but I can not find the config file of phpMyAdmin to add external web servers.
On previous installations (not Laradock), the file phpmyadmin.config.inc.php was in usr/local/etc.
I tried to put the file there with an echo/exit command there but nothing happens. I also tried to put the file in the laradock/phpMyAdmin folder... same result.
What is the solution to add external servers in a config file for phpMyAdmin?