Create A PHP-Apache Container Image Based On Alpine

preview_player
Показать описание
In this video, I show you how to containerize a PHP application using the httpd:2.4-alpine image as the base. You will learn how to add PHP-FPM to the image. We can run Apache and PHP-FPM services at the same time using supervisor that is installed in the Dockerfile.
Рекомендации по теме
Комментарии
Автор

Hello Mehdi!
I want to thank you for this video, I was trying to do this configuration a few days ago and I was not able to.
You explained it very well, thank you so much for posting the video!

DevOpsnaInfra
Автор

I had a problem with dockerization of a project that was written in Laravel. Thanks to your video, I was able to solve it.
Unfortunately, I didn't find a solution on the Internet other than yours, because nginx is usually used. Thank you for your work.

eloquent