diff --git a/README.md b/README.md index e69de29..28f0aa4 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,20 @@ +# Dockerized LEMP Stack + +Simple Linux + Nginx + PHP-FPM + MariaDB setup using Docker. + +## Services + +- **`nginx-srv`** - Nginx web server (connects to PHP-FPM via Unix socket) +- **`multi-php-fpm-srv`** - PHP-FPM processor (supports multiple PHP versions) +- **`mariadb-srv`** - MariaDB database server + +## Requirements +- Docker +- Docker Compose + +## Quick Start + +1. Clone the repo: + ```bash + git clone https://git.digitalstack.es/Digitalstack/lemp-dockerized.git + cd lemp-dockerized