项目作者: mikeludemann

项目描述 :
A simple Docker Compose Environment with LAMP - Tutorial inclusive
高级语言: Dockerfile
项目地址: git://github.com/mikeludemann/docker-compose-lamp.git
创建时间: 2019-06-24T11:42:56Z
项目社区:https://github.com/mikeludemann/docker-compose-lamp

开源协议:MIT License

下载


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.
  1. https://github.com/mikeludemann/docker-compose-lamp.git
  2. cd docker-compose-lamp/
  3. git fetch --all
  4. git checkout 7.1.x
  5. docker-compose up -d
  • LAMP Environment is now ready.
  • Location: http://localhost.

Configuration and Usage

  • Following soon