Skip to content

A simple Docker Compose Environment with LAMP - Tutorial inclusive

License

Notifications You must be signed in to change notification settings

mikeludemann/docker-compose-lamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LAMP - Docker Compose

LAMP stack environment - Docker Compose

  • PHP
  • Apache
  • MySQL
  • phpMyAdmin

Installation

  1. Clone this repository on your local computer
  2. Checkout branch - 7.1.x.
  3. Run the docker-compose up -d.
https://github.com/mikeludemann/docker-compose-lamp.git

cd docker-compose-lamp/

git fetch --all

git checkout 7.1.x

docker-compose up -d
  • LAMP Environment is now ready.
  • Location: http://localhost.

Configuration and Usage

  • Following soon