Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IshtarStar authored Jan 20, 2024
1 parent 686961d commit 1e9c9a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Docker compose PHP 8.3.1, Xdebug 3.3.1, Nginx 1.25.3, Redis 7.2.3 and MariaDB 11.1.3
# Docker compose PHP 8.3.2, Xdebug 3.3.1, Nginx 1.25.3, Redis 7.2.3 and MariaDB 11.1.3

![docker](https://img.shields.io/badge/Docker-compose-brightgreen.svg)
![php](https://img.shields.io/badge/PHP_FPM-8.3.1-brightgreen.svg)
![php](https://img.shields.io/badge/PHP_FPM-8.3.2-brightgreen.svg)
![xdebug](https://img.shields.io/badge/Xdebug-3.3.1-brightgreen.svg)
![nginx](https://img.shields.io/badge/nginx-1.25.3-brightgreen.svg)
![redis](https://img.shields.io/badge/Redis-7.2.3-brightgreen.svg)
![mariadb](https://img.shields.io/badge/MariaDB-11.1.3-brightgreen.svg)

* 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)
* Uses [PHP 8.3.1](https://www.php.net) for better performance, lower CPU and memory usage
* Uses [PHP 8.3.2](https://www.php.net) for better performance, lower CPU and memory usage
* And [composer the dependency manager for PHP](https://getcomposer.org) to start easy your project
* Built on the lightweight [nginx 1.25.3](https://nginx.org) webserver
* Debugging with [Xdebug 3.3.1](https://xdebug.org)
Expand Down

0 comments on commit 1e9c9a4

Please sign in to comment.