tiredofit/docker-nginx-php-fpm

php-fpm not behaving properly

sargreal opened this issue · 1 comments

I am using the tiredofit/fusiondirectory image that is based on this one and for some reason php-fpm is not behaving properly.

I'm getting these logs every second after 23:59 on the day starting the image:

[10-Jun-2020 23:59:00] ERROR: unable to bind listening socket for address '0.0.0.0:9000': Address in use (98)
[10-Jun-2020 23:59:00] ERROR: FPM initialization failed
[10-Jun-2020 23:59:01] ERROR: unable to bind listening socket for address '0.0.0.0:9000': Address in use (98)
[10-Jun-2020 23:59:01] ERROR: FPM initialization failed

Might be a problem with s6 not stopping fpm properly before rotating the logs?

Hi thank you for finding that this happens as 23:59. I will issue a fix shortly today.