🐳 Production-ready Docker images for PHP. Optimized for Laravel, WordPress, and more!
GNU General Public License v3.0
1.75k
stars
121
forks
source link
Set stop signal to SIGTERM for fpm-apache and fpm-nginx #402
Closed
jaydrogers closed 3 months ago
Problem
fpm-apache
andfpm-nginx
take about 10 seconds to stop withdocker stop
Fixes
306
Background
STOPSIGNAL
SIGTERM
What this PR does
STOPSIGNAL
toSIGTERM
in fpm-apacheSTOPSIGNAL
toSIGTERM
in fpm-nginx