You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: compose/startup-order.md
+2
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,8 @@ script:
47
47
db:
48
48
image: postgres
49
49
50
+
>**Tip:** There are limitations to this first solution; e.g., it doesn't verify when a specific service is really ready. If you add more arguments to the command, you'll need to use the `bash shift` command with a loop, as shown in the next example.
51
+
50
52
- Alternatively, write your own wrapper script to perform a more application-specific health
51
53
check. For example, you might want to wait until Postgres is definitely
0 commit comments