Docker-izing a PHP and MySQL Web App



Docker-izing a PHP and MySQL Web App

Docker-izing a PHP and MySQL Web App

In this video I will show how you can use the docker-compose tool to containerize a PHP web app that uses the MySQL database. Both the web app and the database will be containerized in two separate containers – one for PHP with Apache and the other with MySQL.

Source Code: https://github.com/medhatelmasry/docker-php-mysql
Companion Article: https://blog.medhat.ca/2021/01/docker-izing-php-and-mysql-web-app.html

Comments are closed.