nahid / talk-example

This project is demo for Laravel-Talk package and its also Docker ready
http://github.com/nahid/talk
131 stars 77 forks source link

getaddrinfo failed #41

Open vitorbrussi opened 5 years ago

vitorbrussi commented 5 years ago

ConnectionException in AbstractConnection.php line 155: php_network_getaddresses: getaddrinfo failed: Name or service not known [tcp://redis:6379]

Does anyone know how to fix it?

phyzerbert commented 5 years ago

You have to set QUEUE_DRIVER=sync in .env file. Thanks