Skip to content

Commit

Permalink
fix docker healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
carlomion committed Apr 17, 2024
1 parent 162545e commit 1b4928a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/docker-compose.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
restart: 'no'
# Define a healthcheck to wait for the postgres container to be online
healthcheck:
test: ["pg_isready"]
test: ["CMD", "pg_isready"]
interval: 10s
timeout: 5s
retries: 5
Expand Down

0 comments on commit 1b4928a

Please sign in to comment.