Windows 10
I've set up a number of local sites running with DDev however I'm now regularly running into a problem when I run DDev Composer Install
I can fix this issue by running ddev composer clear-cache
but that's not ideal as I have to run multiple steps and then it takes much longer to do composer install.
Additionally if I run composer install
from my host machine I don't have any issues.
How can I resolve this? Is there a way to increase the disk space alloted to the DDev containers?