Skip to content

Commit

Permalink
Use postgres container name for local testing
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus authored Apr 9, 2024
1 parent 4503609 commit 938d30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/FunctionalTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ protected function setUp(): void
new Postgres(
new PgClient(
[
'host' => 'localhost',
'host' => 'postgres',
'port' => 55432,
'user' => 'postgres',
'password' => 'postgres',
Expand Down

0 comments on commit 938d30d

Please sign in to comment.