|
3 years ago | |
---|---|---|
bin | 3 years ago | |
config | 3 years ago | |
data | 3 years ago | |
logs | 3 years ago | |
www | 3 years ago | |
.env | 3 years ago | |
.gitignore | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago | |
docker-compose.yml | 3 years ago | |
sample.env | 3 years ago |
This is a basic LAMP stack environment built using Docker Compose. It consists following:
As of now, we have 2 different branches for different PHP versions. Use appropriate branch as per your php version need:
Clone this repository on your local computer and checkout the appropriate branch e.g. 7.2.x. Run the docker-compose up -d
.
git clone https://git.logipro.com/docker/docker-compose-lamp.git
cd docker-compose-lamp/
git fetch --all
git checkout 7.2.x
docker-compose up -d
Your LAMP stack is now ready!! You can access it via http://localhost
.
Please read from appropriate version branch.