Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0de7a6 + 870abe5 commit bdd321aCopy full SHA for bdd321a
compose/startup-order.md
@@ -53,9 +53,11 @@ script:
53
db:
54
image: postgres
55
56
-- Write your own wrapper script to perform a more application-specific health
+- Alternatively, write your own wrapper script to perform a more application-specific health
57
check. For example, you might want to wait until Postgres is definitely
58
ready to accept commands:
59
+
60
+ wait-for-postgres.sh
61
62
#!/bin/bash
63
0 commit comments