wp-docker
wp-docker copied to clipboard
Composer update uses php:latest
hi, I am trying to use this docker setup but someplugins require php7 and currently the make composer-up command uses php:latest.. which is php8. .
very strange...
however if I run
docker-compose exec -T php composer update
it does work.. so can you explain the composer-up command ?