chore: fix config

This commit is contained in:
Nolan Lawson 2022-11-25 08:43:07 -08:00
parent 7fbb8493f3
commit 1e6d7917ae
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
POSTGRES_USER: pinafore
POSTGRES_PASSWORD: pinafore
POSTGRES_DB: pinafore_development
POSTGRES_HOST: localhost
POSTGRES_HOST: 127.0.0.1
ports:
- 5432/tcp
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5