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.
- Host: GitHub
- URL: https://github.com/jerfeson/docker-compose-lemp
- Owner: jerfeson
- License: mit
- Created: 2020-05-22T21:41:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-04T19:11:28.000Z (almost 5 years ago)
- Last Synced: 2025-04-14T02:51:52.791Z (about 1 year ago)
- Size: 2.61 MB
- Stars: 3
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LEMP (Linux (Ubuntu), Nginx, Mysql & PHP) stack built with Docker Compose

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.