Docker php fpm for Magento 2.4 (php 7.4)
For a customer I needed to have a quick test env on my machine, so I just took the dump and the code of the server and spun up some docker container like a nginx, a mysql db, an elasticsearch instance and a php fpm container. The problem here was the missing dependencies for some stuff Magento 2.4.…