• Stars
    star
    375
  • Rank 113,734 (Top 3 %)
  • Language
    PHP
  • License
    The Unlicense
  • Created over 7 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Docker with Apache, MySql, PhpMyAdmin and Php

docker-lamp

Docker example with Apache, MySql 8.0, PhpMyAdmin and Php

  • You can use MariaDB 10.1 if you checkout to the tag mariadb-10.1 - contribution made by luca-vercelli
  • You can use MySql 5.7 if you checkout to the tag mysql5.7

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:8001

Run mysql client:

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

Enjoy !