https://github.com/jerfeson/docker-compose-lamp
A basic LAMP (Linux (Ubuntu), Apache, Mysql and PHP) stack environment built using Docker Compose.
https://github.com/jerfeson/docker-compose-lamp
Last synced: about 1 year ago
JSON representation
A basic LAMP (Linux (Ubuntu), Apache, Mysql and PHP) stack environment built using Docker Compose.
- Host: GitHub
- URL: https://github.com/jerfeson/docker-compose-lamp
- Owner: jerfeson
- License: mit
- Created: 2020-05-26T01:22:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-04T05:40:29.000Z (over 4 years ago)
- Last Synced: 2025-03-27T16:52:12.795Z (about 1 year ago)
- Size: 2.88 MB
- Stars: 5
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LAMP (Linux(Ubuntu), Apache, Mysql & PHP) stack built with Docker Compose

This is a basic ALAMP stack environment built using Docker Compose. It consists following:
- PHP [5.6.X][], [7.2.X][]
- Apache 2.4
- MySQL 5.7
- phpMyAdmin
- Redis
- Blackfire.io
## Use appropriate branch as per your php version needed:
* [5.6.x][]
* [7.2.x][]
## Configuration and Usage
Please read from appropriate version branch.
## Contributing
welcome to discuss a bugs, features and ideas.
## License
jerfeson/docker-compose-lamp is release under the MIT license.
[5.6.x]:https://github.com/jerfeson/docker-compose-lamp/tree/5.6.x
[7.2.x]:https://github.com/jerfeson/docker-compose-lamp/tree/7.2.x