Dockerize Web Server using NGINX and PHP-FPM

preview_player
Показать описание
This video explaining how to dockerize web server using nginx and php-fpm, install webserver using docker and setup php-fpm in docker nginx.

You can find out configuration in my github:
Рекомендации по теме
Комментарии
Автор

I managed to setup my own nginx and php-fpm with your tutorial using bitnami image. Thank you!

hafizshepard
Автор

nice tutorial. Finally I understood how work docker-compoce

kuxarSanja
Автор

Thank you much! I'd been having trouble wrapping my head around this.

DonaldOfEarth
Автор

Useful, clearly, simply. Thanks a lot.

pren
Автор

It should be interesting that you do the same, but doing it from a OS image instead of an nginx and php image. the configuration files are curious to manage.

dagt
Автор

isn't it easier to install php-fpm in 1 container with nginx instead of duplicating the project in 2 containers?

singlebw
Автор

what if I want to add/remove some php modules, or need to add/alter hosts entries !! Should that need to be done separetly inside the container ? What is the scope of our changes made in the container, do we need to work on it every time the container will get started ?

ShobhitJuyal
Автор

Is it running as one container or two?

bensekh
Автор

Great tutorial! How do you remove the .php extension from the URL?

lintonmackereth
Автор

Good morning, I've followed your tutorial and everything works fine except that I have a 502 bad gateway when I try to reach the info.php page.

I'm running my debian server on a VirtualBox VM :) besides that I did the same as you but I can't figure out why it doesn't work.

I'd appreciate help coming from any of you guysss thanks

gabrieldessere-susini