HOW TO RUN NGINX + PHP DEVELOPMENT ENVIRONMENT USING DOCKER
The process of creating a modern PHP application today is impossible to imagine without using a container environment, which significantly increases development efficiency compared to traditional conditions. The Docker tool, which we discussed in one of the previous articles, is capable of providing an environment in which container orchestration of the application will be carried out automatically, the number of which is almost unlimited. Let's consider the sequence of actions for deploying the environment and creating containers for application components.