# docker-compose-lamp **Repository Path**: jiangqiyu/docker-compose-lamp ## Basic Information - **Project Name**: docker-compose-lamp - **Description**: A basic LAMP stack environment built using Docker Compose. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-03 - **Last Updated**: 2021-06-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LAMP stack built with Docker Compose ![Landing Page](https://preview.ibb.co/gOTa0y/LAMP_STACK.png) A basic LAMP stack environment built using Docker Compose. It consists of the following: * PHP * Apache * MySQL * phpMyAdmin * Redis As of now, we have different branches for different PHP versions. Use appropriate branch as per your php version needed: * [5.4.x](https://github.com/sprintcube/docker-compose-lamp/tree/5.4.x) * [5.6.x](https://github.com/sprintcube/docker-compose-lamp/tree/5.6.x) * [7.1.x](https://github.com/sprintcube/docker-compose-lamp/tree/7.1.x) * [7.2.x](https://github.com/sprintcube/docker-compose-lamp/tree/7.2.x) * [7.3.x](https://github.com/sprintcube/docker-compose-lamp/tree/7.3.x) * [7.4.x](https://github.com/sprintcube/docker-compose-lamp/tree/7.4.x) ## Installation Clone this repository on your local computer and checkout the appropriate branch e.g. 7.4.x. Run the `docker-compose up -d`. ```shell git clone https://github.com/sprintcube/docker-compose-lamp.git cd docker-compose-lamp/ git fetch --all git checkout 7.4.x cp sample.env .env docker-compose up -d ``` Your LAMP stack is now ready!! You can access it via `http://localhost`. ## Configuration and Usage Please read from appropriate version branch.