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?
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Greatly explained setup, thanks! How to downgrade php to 7.4? I tried replacing the first line in
docker/php-fpm/DockerfiletoFROM php:7.4-fpm-alpineand fired up my container but didn't work.docker exec -it docker_php-fpm_1 php -voutputsPHP 8.0.9 (cli). Any thoughts?