Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 402 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 402 Bytes

docker-lampp

Docker example with Apache with PHP 8.0, MySql, PhpMyAdmin

I use docker-compose as an orchestrator. 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

Run mysql client:

  • docker-compose exec db mysql -u root -p

Enjoy !