mirror of
https://github.com/stan220/testcontainers-php.git
synced 2026-09-12 05:29:36 +00:00
feat: Add postgres container
This commit is contained in:
@@ -38,7 +38,7 @@ class Container
|
||||
*/
|
||||
private array $mounts = [];
|
||||
|
||||
public function __construct(private string $image)
|
||||
protected function __construct(private string $image)
|
||||
{
|
||||
$this->wait = new WaitForNothing();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user