How to docker-compose up official wordpress latest image in php version 8? – PHP Versions
I am using dockers official wordpress image to deploy local wordpress environments using docker compose. After running docker-compose up -d and then running phpinfo() function in my local theme code, the current running php version is 7.4... But if you…