php
php copied to clipboard
Move fpm listen for easier config override
https://github.com/docker-library/php/issues/1564#issuecomment-2623026468:
We need to make sure
daemonize = nois as late as possible, butlisten = 9000could be higher
This should make it easier to override the listen directive. I don't think this is breaking, but there is still probably someone relying on listen being later rather than earlier (like if they delete/replace the whole docker.conf). So, this can wait until after the new year. Or maybe I can gate this to only apply to the next release of each PHP version.
Fixes https://github.com/docker-library/php/issues/1564