PhpDev.App
jcavat/docker-lamp

jcavat/docker-lamp

Stars: 371

Forks: 269

Pull Requests: 7

Issues: 22

Watchers: 20

Last Updated: 2022-09-27 14:21:31

Docker with Apache, MySql, PhpMyAdmin and Php

License: The Unlicense

Languages: PHP, Dockerfile

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 !

RELEASES

See all