I am looking to setup Redis in my local dev environment, I am using DDEV in Laravel Projects.
I've followed the steps here to add redis to the project: https://github.com/drud/ddev-contrib/tree/master/docker-compose-services/redis
After a ddev restart I can see Redis is getting pulled into the container however it instantly falls over which you can see from running a docker ps -a.
Please would somebody be able to help with the correctly setting this up for a laravel project?
Just for reference I am on a MacbookAir 2021 BigSur M1 Chipset.

