lemp-dockerized/README.md
2025-08-15 20:35:45 +02:00

22 lines
510 B
Markdown

# 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
docker compose up -d