ddev / ddev-contrib

Contrib space for DDEV services, tools, snippets, and approaches.
Apache License 2.0
162 stars 162 forks source link

Confusing Laravel example at docker-compose-services/redis #201

Closed Hans4221 closed 2 years ago

Hans4221 commented 2 years ago

The information for the laravel .env file should be

CACHE_DRIVER=redis REDIS_HOST=ddev--redis REDIS_PASSWORD=null REDIS_PORT=6379

and not

CACHE_DRIVER=redis REDIS_HOST=ddev-:6379 REDIS_PASSWORD=null REDIS_PORT=6379

rfay commented 2 years ago

@tyler36 this is your territory right? Could you take a look? Thanks!

rfay commented 2 years ago

@Hans4221 Thanks for the report and for paying attention! You can just do a PR if you know how to do it better :)

rfay commented 2 years ago

@Hans4221 please review