Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IshtarStar authored Jun 16, 2024
1 parent 53d66d8 commit 2844559
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
![redis](https://img.shields.io/badge/Redis-7.2.5-brightgreen.svg)
![mariadb](https://img.shields.io/badge/MariaDB-11.4.2-brightgreen.svg)

# Goal of this project

The goal of this project is to create a Docker Compose setup for a PHP-FPM, Xdebug, Nginx web server, and MariaDB environment. This setup uses PHP 8.3 for better performance, lower CPU, and memory usage, along with Composer, the dependency manager for PHP, to easily start your project. The setup is built on the lightweight Nginx web server and includes debugging capabilities with Xdebug and Redis.

# Services

* 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.8](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
Expand Down

0 comments on commit 2844559

Please sign in to comment.