wyveo / nginx-php-fpm

Nginx + PHP-FPM 8.2.x / 8.1.x / 8.0.x / 7.4.x / 7.3.x / 7.2.x / 7.1.x / 7.0.x + Composer built on Debian (Bullseye/Buster) image
https://hub.docker.com/r/wyveo/nginx-php-fpm
MIT License
342 stars 245 forks source link

Speed up startup by improvment chown execution strategy #45

Closed peon-pasado-zeitnot closed 10 months ago

peon-pasado-zeitnot commented 2 years ago

My container was starting more then 1 minute even if I made sure that my files have correct owner.

I realized that this is due to chown inefficiency (https://unix.stackexchange.com/a/245275/11561)