nginx-php-fpm icon indicating copy to clipboard operation
nginx-php-fpm copied to clipboard

Running Cloud Native Laravel/PHP app with nginx + php-fpm 8.2/8.1/8.0/7.4/7.3 across amd64, arm64 arch.

Results 11 nginx-php-fpm issues
Sort by recently updated
recently updated
newest added
trafficstars

CVE-2019-19814 and [CVE-2015-20107] are critical in Nginx-php-fpm image.

I create a file sleep200.php `

Hi, First of all thanks for a great Docker image helper! I'm using image **dwchiang/nginx-php-fpm:7.4.9-fpm-buster-nginx-1.21.1** to host a WordPress website, and having trouble to get the docker-entrypoint scripts in `/docker-entrypoint.d/`...

Due to it starts spending storage fee of ECR Public.

Ref docs: - [Building Multi-Architecture Docker Images on ARM 64-bit AWS Graviton2 Processors](https://www.smartling.com/resources/product/building-multi-architecture-docker-images-on-arm-64-bit-aws-graviton2/)

Hi @dwchiang Is there any chance to support php5? As I know some customers are still running their workload on PHP5. wdyt?

Cron can support the functions of Laravel `Task Scheduling`. Ref docs: https://laravel.com/docs/7.x/scheduling

Having one isolated project repository can demonstrate much clearly about the file structure and workflows for beginner.

Ref docs: https://laravel.com/docs/7.x/queues

Hi. I just wanted to ask if I could run #!/bin/bash echo "Test" php artisan queue:work --daemon --tries=3 --timeout=3600 --queue=brik & # Run scheduler while [ true ] do echo...