Skip to content

Docker compose with Apache, PHP, MySQL for PHP development!

License

Notifications You must be signed in to change notification settings

huonq/lampp-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LAMP stack built with Docker Compose

Landing Page

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:

Installation

Clone this repository on your local computer and checkout the appropriate branch e.g. 7.4.x. Run the docker-compose up -d.

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.

About

Docker compose with Apache, PHP, MySQL for PHP development!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published