Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bdd321a

Browse files
Merge pull request docker#363 from michael-wise/patch-1
compose/startup-order.md -- added clarification
2 parents e0de7a6 + 870abe5 commit bdd321a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

compose/startup-order.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,11 @@ script:
5353
db:
5454
image: postgres
5555

56-
- Write your own wrapper script to perform a more application-specific health
56+
- Alternatively, write your own wrapper script to perform a more application-specific health
5757
check. For example, you might want to wait until Postgres is definitely
5858
ready to accept commands:
59+
60+
wait-for-postgres.sh
5961

6062
#!/bin/bash
6163

0 commit comments

Comments
 (0)