Merge pull request #363 from michael-wise/patch-1

compose/startup-order.md -- added clarification
This commit is contained in:
John Mulhausen 2016-10-27 12:40:44 -07:00 committed by GitHub
commit bdd321ab20
1 changed files with 3 additions and 1 deletions

View File

@ -53,9 +53,11 @@ script:
db:
image: postgres
- 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
check. For example, you might want to wait until Postgres is definitely
ready to accept commands:
wait-for-postgres.sh
#!/bin/bash