|
1 | | -# Docker compose PHP FPM 8.2.10, Xdebug 3.2.2, Nginx 1.25.2, Redis 7.2 and MariaDB 11.1.2 |
| 1 | +# Docker compose PHP FPM 8.3.0RC4, Xdebug 3.3.0alpha2, Nginx 1.25.2, Redis 7.2.1 and MariaDB 11.1.2 |
2 | 2 |
|
3 | 3 |  |
4 | | - |
5 | | - |
| 4 | + |
| 5 | + |
6 | 6 |  |
7 | | - |
| 7 | + |
8 | 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.2.10](https://www.php.net) for better performance, lower CPU and memory usage |
| 11 | +* Uses [PHP 8.3.0RC4](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 | 13 | * Built on the lightweight [nginx 1.25.2](https://nginx.org) webserver |
14 | | -* Debugging with [Xdebug 3.2.2](https://xdebug.org) |
15 | | -* [Redis 7.2](https://redis.io) as session storage, database, cache, streaming engine, and message broker |
| 14 | +* Debugging with [Xdebug 3.3.0alpha2](https://xdebug.org) |
| 15 | +* [Redis 7.2.1](https://redis.io) as session storage, database, cache, streaming engine, and message broker |
16 | 16 | * Database storage with [MariaDB 11.1.2](https://mariadb.org) |
17 | 17 |
|
18 | 18 | See also: |
|
0 commit comments