feat: Add postgres container

This commit is contained in:
Steffen Beisenherz
2022-10-23 14:56:44 +02:00
parent b90e75aa3d
commit 45f0e11f69
7 changed files with 61 additions and 5 deletions
+1 -1
View File
@@ -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();
}