mirror of
https://github.com/stan220/testcontainers-php.git
synced 2026-09-11 20:29:35 +00:00
Adjust StartedGenericContainer
This commit is contained in:
@@ -17,8 +17,6 @@ class MySQLContainer extends GenericContainer
|
||||
$this->withWait(new WaitForExec([
|
||||
"mysqladmin",
|
||||
"ping",
|
||||
"-u", "root",
|
||||
"-p{$mysqlRootPassword}",
|
||||
"-h", "127.0.0.1",
|
||||
]));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user