This repository contains a Dockerized LEMP (Linux, Nginx, MySQL, PHP) stack, designed to streamline your web development environment setup. With Docker, you can easily deploy and configure this LEMP stack on any server with minimal effort.
- Nginx: A high-performance web server to serve your web applications.
- MySQL: A powerful relational database management system for storing your data.
- PHP: A scripting language for dynamic web application development.
- Docker: Containerization for portability and easy deployment.
Before you begin, ensure you have the following installed:
- Docker: Installation Guide
- Docker Compose: Installation Guide
-
Clone this repository to your local machine:
git clone https://github.com/darkotodoric/docker-lemp.git
-
Navigate to the project directory:
cd docker-lemp
-
Start the Docker containers
docker-compose up -d
-
Access your web application at http://localhost. You can also configure your server to serve this stack on a specific domain.
Contributions are welcome! Feel free to open issues or submit pull requests to improve this project.