Howto tune php-fpm values when using docker

Thanks, yes this is the correct location for php-related settings.

Like @mfreudenberg I was going through the “Server Tuning” section of the admin manual and stumbled upon “Tune PHP-FPM”.
When I read up on it I came to the same conclusion as here:

So basically Apache is using mod_php for parallel processing and Nginx is using php-fpm.

Then @mfreudenberg seemed to have some success on changing the settings for php-fpm with the standard docker container.

This is why I was wondering if I missed something.
I tried setting these values myself but didn’t notice any significant performance difference.

This reddit post suggests to replace the mod_php with php-fpm.
This of course does not make sense with docker and the option would be to change to the fpm image (running Nginx as far as I know).

I don’t currently want to mess with my Nextcloud install as the performance is not too bad and I read about some security concerns regarding Nginx.
I may give it a try in the future though.

If somebody has tried both versions I would appreciate any further insights into this.