You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-9Lines changed: 4 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# PHP Docker Images <!-- omit from toc -->
2
2
📦 Simplified PHP Docker images for effortless customization and extension setup.
3
3
4
-
Our Docker images cover PHP versions from 5.6 to 8.5 (beta), available in CLI, ZTS, FPM, FPM/Apache2, FPM/Nginx, RoadRunner, FrankenPHP, and Nginx Unit variants. The Docker images are available for both Debian and Alpine versions.
4
+
Our Docker images cover PHP versions from 5.6 to 8.5 (beta), available in CLI, ZTS, FPM, FPM/Apache2, FPM/Nginx, RoadRunnerand FrankenPHP variants. The Docker images are available for both Debian and Alpine versions.
@@ -40,7 +40,7 @@ These images facilitate the easy adjustment of PHP and PHP-FPM settings using en
40
40
eliminating the need to rebuild images when making configuration changes.
41
41
42
42
These images also come with the latest version of [Composer](https://getcomposer.org)
43
-
and popular web servers like [Apache2](https://httpd.apache.org), [Nginx](https://nginx.org), [RoadRunner](https://roadrunner.dev), [FrankenPHP](https://frankenphp.dev) or [Nginx Unit](https://unit.nginx.org).
43
+
and popular web servers like [Apache2](https://httpd.apache.org), [Nginx](https://nginx.org), [RoadRunner](https://roadrunner.dev) or [FrankenPHP](https://frankenphp.dev).
44
44
This setup allows for faster project initiation without additional installations.
45
45
46
46
> 🪶 Info: While built on the official PHP images and including more useful extensions,
@@ -52,7 +52,7 @@ This setup allows for faster project initiation without additional installations
52
52
## Docker Image Variants
53
53
54
54
Our image tags cover PHP versions from 5.6 to 8.5 (beta),
55
-
available in `cli`, `zts`, `fpm`, `fpm-nginx`, `fpm-apache`, `roadrunner`<sup>(1)</sup>, `frankenphp`<sup>(2)</sup>, and `unit-php`<sup>(3)</sup> variants. The Docker images are available for both Debian and Alpine versions.
55
+
available in `cli`, `zts`, `fpm`, `fpm-nginx`, `fpm-apache`, `roadrunner`<sup>(1)</sup>, and `frankenphp`<sup>(2)</sup> variants. The Docker images are available for both Debian and Alpine versions.
56
56
57
57
Examples:
58
58
-`shinsenter/php:7.2-cli`
@@ -62,11 +62,9 @@ Examples:
62
62
-`shinsenter/php:8.1-fpm-nginx`
63
63
-`shinsenter/php:8.2-roadrunner` <sup>(1)</sup>
64
64
-`shinsenter/php:8.3-frankenphp` <sup>(2)</sup>
65
-
-`shinsenter/php:8.4-unit-php` <sup>(3)</sup>
66
65
67
66
> <sup>(1)</sup>: PHP with RoadRunner server. The `roadrunner` variant supports PHP >= 8.0.<br>
68
67
> <sup>(2)</sup>: FrankenPHP is still in BETA. The `frankenphp` variant supports PHP >= 8.2.<br>
69
-
> <sup>(3)</sup>: PHP with Nginx Unit server. The `unit-php` variant supports PHP >= 7.4.
70
68
71
69
Explore all available tags on our [Docker Hub](https://hub.docker.com/r/shinsenter/php/tags).
0 commit comments