mirror of https://github.com/docker/docs.git
Update startup-order.md
This commit is contained in:
parent
4608b0a8fb
commit
32ded5f6fe
|
|
@ -54,7 +54,7 @@ script:
|
|||
check. For example, you might want to wait until Postgres is definitely
|
||||
ready to accept commands:
|
||||
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
# wait-for-postgres.sh
|
||||
|
||||
set -e
|
||||
|
|
|
|||
Loading…
Reference in New Issue