Skip to content

Commit 9641374

Browse files
authored
Update README.md
1 parent 568df0a commit 9641374

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
# Docker compose PHP 8.3.2, Xdebug 3.3.1, Nginx 1.25.3, Redis 7.2.3 and MariaDB 11.1.3
1+
# Docker compose PHP 8.3.2, Xdebug 3.3.1, Nginx 1.25.3, Redis 7.2.4 and MariaDB 11.3.1-rc
22

33
![docker](https://img.shields.io/badge/Docker-compose-brightgreen.svg)
44
![php](https://img.shields.io/badge/PHP_FPM-8.3.2-brightgreen.svg)
55
![xdebug](https://img.shields.io/badge/Xdebug-3.3.1-brightgreen.svg)
66
![nginx](https://img.shields.io/badge/nginx-1.25.3-brightgreen.svg)
7-
![redis](https://img.shields.io/badge/Redis-7.2.3-brightgreen.svg)
8-
![mariadb](https://img.shields.io/badge/MariaDB-11.1.3-brightgreen.svg)
7+
![redis](https://img.shields.io/badge/Redis-7.2.4-brightgreen.svg)
8+
![mariadb](https://img.shields.io/badge/MariaDB-11.3.1-rc-brightgreen.svg)
99

1010
* 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)
1111
* Uses [PHP 8.3.2](https://www.php.net) for better performance, lower CPU and memory usage
1212
* And [composer the dependency manager for PHP](https://getcomposer.org) to start easy your project
1313
* Built on the lightweight [nginx 1.25.3](https://nginx.org) webserver
1414
* Debugging with [Xdebug 3.3.1](https://xdebug.org)
15-
* [Redis 7.2.3](https://redis.io) as session storage, database, cache, streaming engine, and message broker
16-
* Database storage with [MariaDB 11.1.3](https://mariadb.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.3.1-rc](https://mariadb.org)
1717

1818
See also:
1919
[Blog-Post: Dockerize your PHP application with Nginx and PHP8 FPM](https://marc.it/dockerize-application-with-nginx-and-php8/)

0 commit comments

Comments
 (0)