mirror of
https://github.com/stan220/testcontainers-php.git
synced 2026-09-08 17:29:29 +00:00
php-cs-fixer
This commit is contained in:
@@ -15,7 +15,7 @@ class OpenSearchContainer extends GenericContainer
|
|||||||
$this->withExposedPorts(9200);
|
$this->withExposedPorts(9200);
|
||||||
$this->withEnvironment([
|
$this->withEnvironment([
|
||||||
'discovery.type' => 'single-node',
|
'discovery.type' => 'single-node',
|
||||||
'OPENSEARCH_INITIAL_ADMIN_PASSWORD' => 'c3o_ZPHo!'
|
'OPENSEARCH_INITIAL_ADMIN_PASSWORD' => 'c3o_ZPHo!',
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$this->withWait(new WaitForLog(
|
$this->withWait(new WaitForLog(
|
||||||
|
|||||||
Reference in New Issue
Block a user