dockerfiles icon indicating copy to clipboard operation
dockerfiles copied to clipboard

FPM is failing

Open staegi opened this issue 3 years ago • 2 comments

If I launch it a newer version than 4.5.18 then FPM is failing. See console output:

[01-Jun-2021 18:28:42] NOTICE: fpm is running, pid 1 [01-Jun-2021 18:28:42] NOTICE: ready to handle connections [01-Jun-2021 18:30:23] NOTICE: Finishing ... [01-Jun-2021 18:30:23] ERROR: unable to read what child say: Bad file descriptor (9) [01-Jun-2021 18:30:23] ERROR: unable to read what child say: Bad file descriptor (9) [01-Jun-2021 18:30:23] NOTICE: exiting, bye-bye!

As I figured out on stackoverflow it's failing because the pm.max_children setting in the php ini

staegi avatar Jun 01 '21 20:06 staegi

unable to replicate this on any of my environments. are you using the provided docker file?

turbo124 avatar Jun 26 '21 21:06 turbo124

Yes, I tried invoiceninja/invoiceninja:4.5.38. With invoiceninja/invoiceninja:4.5.18 it works.

staegi avatar Jun 27 '21 01:06 staegi