Thanks to visit codestin.com
Credit goes to github.com

Skip to content

odvapro/server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LAMP stack built with Docker Compose

Landing Page

This is a basic LAMP stack environment built using Docker Compose. It consists following:

  • PHP
  • Apache
  • MySQL
  • phpMyAdmin

As of now, we have 3 different branches for different PHP versions. Use appropriate branch as per your php version need:

Installation

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

git clone https://github.com/odvapro/server.git
cd server/
git fetch --all
git checkout 7.1.x
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

A basic LAMP stack environment built using Docker Compose.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 68.7%
  • Dockerfile 27.9%
  • Shell 3.4%