diff --git a/config/queue.php b/config/queue.php index b01f6741a..f89557afd 100644 --- a/config/queue.php +++ b/config/queue.php @@ -24,7 +24,7 @@ return [ 'redis' => [ 'type' => 'redis', 'queue' => 'default', - 'host' => 'redis', + 'host' => env('redis.host'), 'port' => 6379, 'password' => env('redis.auth'), 'select' => 0,