diff --git a/config/database.php b/config/database.php index c6994596..6963e6b2 100644 --- a/config/database.php +++ b/config/database.php @@ -122,7 +122,7 @@ return [ 'cluster' => false, 'default' => [ - 'host' => 'redis', + 'host' => 'localhost', 'port' => 6379, 'database' => 0, ],