Tag: Nginx

Docker — Building an environment with multiple PHP versions on a single Nginx server

We often work with systems that run on different software versions. Therefore, we need tools that allow us to compile / interpret / execute our code according to the context where we are. In this article we will see how to create a development environment with Docker that will allow: Use mu...