Created README.md
This commit is contained in:
20
README.md
20
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
|
||||||
|
Reference in New Issue
Block a user