An open API service indexing awesome lists of open source software.

https://github.com/jerfeson/docker-compose-lemp

A basic LEMP (Linux(Ubuntu), Nginx, Mysql and PHP) stack environment built using Docker Compose.
https://github.com/jerfeson/docker-compose-lemp

Last synced: 10 months ago
JSON representation

A basic LEMP (Linux(Ubuntu), Nginx, Mysql and PHP) stack environment built using Docker Compose.

Awesome Lists containing this project

README

          

# LEMP (Linux (Ubuntu), Nginx, Mysql & PHP) stack built with Docker Compose
![Landing Page](screenshot.png)

This is a basic LEMP stack environment built using Docker Compose. It consists following:

- PHP 7.3.x, 7.4.x (More later)
- Nginx
- MySQL
- phpMyAdmin
- Redis

## Use appropriate branch as per your php version needed:

* [7.3.x](https://github.com/jerfeson/docker-compose-lemp/tree/7.3.x)
* [7.4.x](https://github.com/jerfeson/docker-compose-lemp/tree/7.4.x)

## Configuration and Usage

Please read from appropriate version branch.

## Contributing

welcome to discuss a bugs, features and ideas.

## License

jerfeson/docker-compose-lemp is release under the MIT license.