DEV Community

Discussion on: Symfony 5 development with Docker

Collapse
 
eelcoverbrugge profile image
Eelco Verbrugge

Greatly explained setup, thanks! How to downgrade php to 7.4? I tried replacing the first line in docker/php-fpm/Dockerfile to FROM php:7.4-fpm-alpine and fired up my container but didn't work. docker exec -it docker_php-fpm_1 php -v outputs PHP 8.0.9 (cli). Any thoughts?