Skip to content

Commit d1723bf

Browse files
author
Victoria Bialas
committed
copyedit
Signed-off-by: Victoria Bialas <[email protected]>
1 parent ec7774f commit d1723bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose/startup-order.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ script:
4747
db:
4848
image: postgres
4949

50-
>**Tip:** There are limitations to this first solution; e.g., it doesn't verify when 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.
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.
5151
5252
- Alternatively, write your own wrapper script to perform a more application-specific health
5353
check. For example, you might want to wait until Postgres is definitely

0 commit comments

Comments
 (0)