Skip to content

cswclui/docker-lamp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-lamp

Docker example with Apache, MySql 8.0, PhpMyAdmin and Php

First, create the docker-compose file (e.g. similar to the one in /ref folder).

To run these containers:

docker-compose up -d

Open phpmyadmin at http://localhost:8000.

Open web browser to look at a simple php example at http://localhost:8001

Run mysql client:

docker-compose exec db mysql -u root -p

About

Docker with Apache, MySql, PhpMyAdmin and Php

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 82.6%
  • Dockerfile 17.4%