8000 GitHub - alecatalfamo/lamp-example: Lamp Docker Compose
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

alecatalfamo/lamp-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lamp Example

This is a repo for deployment of LAMP stack using docker-compose.

Prerequisites

  • Docker
  • Docker Compose

How to run

  1. Clone the repo
  2. Run docker-compose up -d in the root directory of the repo

How to access

Edit PHP files

  • Edit the PHP files in the www directory

Interact with MySQL

Give the command to run mysql inside container:

docker exec -it mysql -u root -p

Try you at home:

If you want to try this at home you can access this URL:

W3Schools Sandbox

About

Lamp Docker Compose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0