docker compose wait
| 内容説明 | Block until containers of all (or specified) services stop. |
|---|---|
| 利用方法 | docker compose wait SERVICE [SERVICE...] [OPTIONS] |
内容説明
Block until containers of all (or specified) services stop.
オプション
| オプション | デフォルト | 内容説明 |
|---|---|---|
--down-project | Drops project when the first container stops |