Run update.sh

This commit is contained in:
Docker Library Bot 2025-04-02 17:09:48 -07:00
parent 6823e87fcf
commit 57061ef7df
4 changed files with 16 additions and 16 deletions

View File

@ -299,15 +299,15 @@ Some of these tags may have names like bookworm or bullseye in them. These are t
## `drupal:<version>-fpm` ## `drupal:<version>-fpm`
This variant contains PHP-FPM, which is a FastCGI implementation for PHP. See [the PHP-FPM website](https://php-fpm.org/) for more information about PHP-FPM. This variant contains [PHP's FastCGI Process Manager (FPM)](https://www.php.net/fpm), which is the recommended FastCGI implementation for PHP.
In order to use this image variant, some kind of reverse proxy (such as NGINX, Apache, or other tool which speaks the FastCGI protocol) will be required. In order to use this image variant, some kind of reverse proxy (such as NGINX, Apache, or other tool which speaks the FastCGI protocol) will be required.
Some potentially helpful resources: Some potentially helpful resources:
- [PHP-FPM.org](https://php-fpm.org/) - [FPM's Official Configuration Reference](https://www.php.net/manual/en/install.fpm.configuration.php)
- [simplified example by @md5](https://gist.github.com/md5/d9206eacb5a0ff5d6be0) - [Simplified example by @md5](https://gist.github.com/md5/d9206eacb5a0ff5d6be0)
- [very detailed article by Pascal Landau](https://www.pascallandau.com/blog/php-php-fpm-and-nginx-on-docker-in-windows-10/) - [Very detailed article by Pascal Landau](https://www.pascallandau.com/blog/php-php-fpm-and-nginx-on-docker-in-windows-10/)
- [Stack Overflow discussion](https://stackoverflow.com/q/29905953/433558) - [Stack Overflow discussion](https://stackoverflow.com/q/29905953/433558)
- [Apache httpd Wiki example](https://wiki.apache.org/httpd/PHPFPMWordpress) - [Apache httpd Wiki example](https://wiki.apache.org/httpd/PHPFPMWordpress)

View File

@ -439,15 +439,15 @@ A similar technique could be employed for other Apache configuration options.
## `php:<version>-fpm` ## `php:<version>-fpm`
This variant contains PHP-FPM, which is a FastCGI implementation for PHP. See [the PHP-FPM website](https://php-fpm.org/) for more information about PHP-FPM. This variant contains [PHP's FastCGI Process Manager (FPM)](https://www.php.net/fpm), which is the recommended FastCGI implementation for PHP.
In order to use this image variant, some kind of reverse proxy (such as NGINX, Apache, or other tool which speaks the FastCGI protocol) will be required. In order to use this image variant, some kind of reverse proxy (such as NGINX, Apache, or other tool which speaks the FastCGI protocol) will be required.
Some potentially helpful resources: Some potentially helpful resources:
- [PHP-FPM.org](https://php-fpm.org/) - [FPM's Official Configuration Reference](https://www.php.net/manual/en/install.fpm.configuration.php)
- [simplified example by @md5](https://gist.github.com/md5/d9206eacb5a0ff5d6be0) - [Simplified example by @md5](https://gist.github.com/md5/d9206eacb5a0ff5d6be0)
- [very detailed article by Pascal Landau](https://www.pascallandau.com/blog/php-php-fpm-and-nginx-on-docker-in-windows-10/) - [Very detailed article by Pascal Landau](https://www.pascallandau.com/blog/php-php-fpm-and-nginx-on-docker-in-windows-10/)
- [Stack Overflow discussion](https://stackoverflow.com/q/29905953/433558) - [Stack Overflow discussion](https://stackoverflow.com/q/29905953/433558)
- [Apache httpd Wiki example](https://wiki.apache.org/httpd/PHPFPMWordpress) - [Apache httpd Wiki example](https://wiki.apache.org/httpd/PHPFPMWordpress)

View File

@ -265,15 +265,15 @@ This is the defacto image. If you are unsure about what your needs are, you prob
## `wordpress:<version>-fpm` ## `wordpress:<version>-fpm`
This variant contains PHP-FPM, which is a FastCGI implementation for PHP. See [the PHP-FPM website](https://php-fpm.org/) for more information about PHP-FPM. This variant contains [PHP's FastCGI Process Manager (FPM)](https://www.php.net/fpm), which is the recommended FastCGI implementation for PHP.
In order to use this image variant, some kind of reverse proxy (such as NGINX, Apache, or other tool which speaks the FastCGI protocol) will be required. In order to use this image variant, some kind of reverse proxy (such as NGINX, Apache, or other tool which speaks the FastCGI protocol) will be required.
Some potentially helpful resources: Some potentially helpful resources:
- [PHP-FPM.org](https://php-fpm.org/) - [FPM's Official Configuration Reference](https://www.php.net/manual/en/install.fpm.configuration.php)
- [simplified example by @md5](https://gist.github.com/md5/d9206eacb5a0ff5d6be0) - [Simplified example by @md5](https://gist.github.com/md5/d9206eacb5a0ff5d6be0)
- [very detailed article by Pascal Landau](https://www.pascallandau.com/blog/php-php-fpm-and-nginx-on-docker-in-windows-10/) - [Very detailed article by Pascal Landau](https://www.pascallandau.com/blog/php-php-fpm-and-nginx-on-docker-in-windows-10/)
- [Stack Overflow discussion](https://stackoverflow.com/q/29905953/433558) - [Stack Overflow discussion](https://stackoverflow.com/q/29905953/433558)
- [Apache httpd Wiki example](https://wiki.apache.org/httpd/PHPFPMWordpress) - [Apache httpd Wiki example](https://wiki.apache.org/httpd/PHPFPMWordpress)

View File

@ -195,15 +195,15 @@ This is the defacto image. If you are unsure about what your needs are, you prob
## `yourls:<version>-fpm` ## `yourls:<version>-fpm`
This variant contains PHP-FPM, which is a FastCGI implementation for PHP. See [the PHP-FPM website](https://php-fpm.org/) for more information about PHP-FPM. This variant contains [PHP's FastCGI Process Manager (FPM)](https://www.php.net/fpm), which is the recommended FastCGI implementation for PHP.
In order to use this image variant, some kind of reverse proxy (such as NGINX, Apache, or other tool which speaks the FastCGI protocol) will be required. In order to use this image variant, some kind of reverse proxy (such as NGINX, Apache, or other tool which speaks the FastCGI protocol) will be required.
Some potentially helpful resources: Some potentially helpful resources:
- [PHP-FPM.org](https://php-fpm.org/) - [FPM's Official Configuration Reference](https://www.php.net/manual/en/install.fpm.configuration.php)
- [simplified example by @md5](https://gist.github.com/md5/d9206eacb5a0ff5d6be0) - [Simplified example by @md5](https://gist.github.com/md5/d9206eacb5a0ff5d6be0)
- [very detailed article by Pascal Landau](https://www.pascallandau.com/blog/php-php-fpm-and-nginx-on-docker-in-windows-10/) - [Very detailed article by Pascal Landau](https://www.pascallandau.com/blog/php-php-fpm-and-nginx-on-docker-in-windows-10/)
- [Stack Overflow discussion](https://stackoverflow.com/q/29905953/433558) - [Stack Overflow discussion](https://stackoverflow.com/q/29905953/433558)
- [Apache httpd Wiki example](https://wiki.apache.org/httpd/PHPFPMWordpress) - [Apache httpd Wiki example](https://wiki.apache.org/httpd/PHPFPMWordpress)