php-fpm 8.4.16, composer, node 18, supervisord .
6.7K
php-fpm with necessary docker-php-ext enabled & composer.
You can configurate to use with nginx by sharing the unix socket. Then copy your file to doc root. Start php-fpm and nginx by supervisord repectively. Unix socket is used. Nginx can be used to serve static content and send php request through unix socket. A share empty mount between nginx & php-fpm pod, copy file once the pod init.
By default, php-fpm managed by supervisord is not started. You can start it by init cmd or use a customized supervisor conf, such as start laravel cron or other with other process.
Content type
Image
Digest
sha256:644249561…
Size
310.8 MB
Last updated
3 months ago
docker pull itdogsoftware/php-fpm