Replace bind mount with Docker managed volume for Typesense
This commit is contained in:
@@ -14,7 +14,7 @@ class SearchController extends Controller
|
||||
public function __construct()
|
||||
{
|
||||
$this->client = new Client([
|
||||
'api_key' => 'xyz',
|
||||
'api_key' => '',
|
||||
'nodes' => [
|
||||
[
|
||||
'host' => env('TYPESENSE_CONNECTION'),
|
||||
|
||||
Reference in New Issue
Block a user