We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4503609 commit 938d30dCopy full SHA for 938d30d
tests/FunctionalTest.php
@@ -50,7 +50,7 @@ protected function setUp(): void
50
new Postgres(
51
new PgClient(
52
[
53
- 'host' => 'localhost',
+ 'host' => 'postgres',
54
'port' => 55432,
55
'user' => 'postgres',
56
'password' => 'postgres',
0 commit comments