Nginx, Node, PHP, MySQL in Docker

preview_player
Показать описание
We will be looking into how to install Nginx, Node, PHP and MySQL in docker to set up our local development environment.

We will also be setting up the correct user and group for Nginx and PHP-FPM so we do not encounter any permission issues when developing and running our application.

After the setup, we will install the latest Laravel PHP Framework to see our new local development environment in action.

Links for the tutorial
Docker

Dockerfiles

Fixing permissions issues with Docker Compose and PHP

Git

The Laravel PHP Framework
Рекомендации по теме
Комментарии
Автор

First good video, but here you define a port for php container?

gabriel_teixeira