Skip to content

Commit e31c37f

Browse files
authored
Merge pull request #137 from WyriHaximus/WyriHaximus-patch-1
Use postgres container name for local testing
2 parents 4503609 + 938d30d commit e31c37f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/FunctionalTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ protected function setUp(): void
5050
new Postgres(
5151
new PgClient(
5252
[
53-
'host' => 'localhost',
53+
'host' => 'postgres',
5454
'port' => 55432,
5555
'user' => 'postgres',
5656
'password' => 'postgres',

0 commit comments

Comments
 (0)