Docker LAMP - How to Create Docker LAMP in 2 Minutes

Аватар автора
Code Crush Hour
Docker LAMP - How to Create Docker LAMP in 2 Minutes A basic LAMP stack environment built using Docker Compose. It consists of the following: PHP Apache MySQL phpMyAdmin Redis As of now, we have several different PHP versions. Use appropriate php version as needed: 5.4.x 5.6.x 7.1.x 7.2.x 7.3.x 7.4.x Please note that we simplified the project structure from several branches for each php version, to one centralised master branch. Please let us know if you encounter any problems. Installation Clone this repository on your local computer configure .env as needed Run the docker-compose up -d. cd docker-compose-lamp/ cp sample.env .env // modify sample.env as needed docker-compose up -d // visit localhost

0/0


0/0

0/0

0/0