Skip to content

darkotodoric/docker-lemp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


docker-logo.png

Dockerized LEMP stack

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.

Features

  • 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.

Prerequisites

Before you begin, ensure you have the following installed:

Usage

  1. Clone this repository to your local machine:

    git clone https://github.com/darkotodoric/docker-lemp.git
    
  2. Navigate to the project directory:

    cd docker-lemp
    
  3. Start the Docker containers

    docker-compose up -d
    
  4. Access your web application at http://localhost. You can also configure your server to serve this stack on a specific domain.

Contributing

Contributions are welcome! Feel free to open issues or submit pull requests to improve this project.

About

Simple Docker LEMP stack for easy web development

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages