NC 29.0.01. Docker installation - where can i find the php.ini

Where can i find the php.ini file in a docker installation ?
Thanks and Regards Martin

Which Docker image?

In the micro-services image, /usr/local/etc/php/conf.d.

As a general rule though you can get a good idea where to look by running php -i in the image. Just make sure you aren’t just modifying the php.ini for the CLI mode of PHP.

Depending on the image and the PHP parameter, some parameters can be modified via Docker config variables without touching php.ini.