You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
11
11
# Goal of this project
12
12
13
-
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.
13
+
The primary goal of this project is to create a streamlined and efficient development environment using Docker Compose. This environment will consist of PHP-FPM, Xdebug, Nginx web server, and MariaDB, enabling developers to quickly and easily start working on their PHP projects.
0 commit comments