|
1 |
| -# Docker compose PHP 8.3.7, Xdebug 3.3.2, Nginx 1.26.0, Redis 7.2.4 and MariaDB 11.4.1-rc |
| 1 | +# Docker compose PHP 8.3.8, Xdebug 3.4.0, Nginx 1.27.0, Redis 7.2.5 and MariaDB 11.4.2 |
2 | 2 |
|
3 | 3 | 
|
4 |
| - |
| 4 | + |
5 | 5 | 
|
6 |
| - |
7 |
| - |
8 |
| - |
| 6 | + |
| 7 | + |
| 8 | + |
9 | 9 |
|
10 | 10 | * Easy setup with [docker-compose](https://docs.docker.com/compose/) and [Dockerfile](https://docs.docker.com/engine/reference/builder/) under usage from [Docker](https://www.docker.com)
|
11 |
| -* Uses [PHP 8.3.7](https://www.php.net) for better performance, lower CPU and memory usage |
| 11 | +* Uses [PHP 8.3.8](https://www.php.net) for better performance, lower CPU and memory usage |
12 | 12 | * And [composer the dependency manager for PHP](https://getcomposer.org) to start easy your project
|
13 |
| -* Built on the lightweight [nginx 1.26.0](https://nginx.org) webserver |
| 13 | +* Built on the lightweight [nginx 1.27.0](https://nginx.org) webserver |
14 | 14 | * Debugging with [Xdebug 3.3.2](https://xdebug.org)
|
15 |
| -* [Redis 7.2.4](https://redis.io) as session storage, database, cache, streaming engine, and message broker |
16 |
| -* Database storage with [MariaDB 11.4.1-rc](https://mariadb.org) |
| 15 | +* [Redis 7.2.5](https://redis.io) as session storage, database, cache, streaming engine, and message broker |
| 16 | +* Database storage with [MariaDB 11.4.2](https://mariadb.org) |
17 | 17 |
|
18 | 18 | See also:
|
19 | 19 | [Blog-Post: Dockerize your PHP application with Nginx and PHP8 FPM](https://marc.it/dockerize-application-with-nginx-and-php8/)
|
0 commit comments