Skip to content

Commit

Permalink
typo fix Update services.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
petryshkaCODE authored Jan 2, 2025
1 parent 73b47a6 commit f12f309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:
command: [ "postgres", "-N", "500" ]
healthcheck:
# Postgres can be falsely "ready" once before running init scripts.
# See https://github.com/docker-library/postgres/issues/146 for discusson.
# See https://github.com/docker-library/postgres/issues/146 for discussion.
test: "pg_isready -U state_user -d state_db && sleep 1 && pg_isready -U state_user -d state_db"
interval: 5s
timeout: 4s
Expand Down

0 comments on commit f12f309

Please sign in to comment.