2023-06-26 15:52:50 +02:00
|
|
|
# docker compose wait
|
|
|
|
|
|
|
|
<!---MARKER_GEN_START-->
|
2024-08-19 10:14:05 +02:00
|
|
|
Block until containers of all (or specified) services stop.
|
2023-06-26 15:52:50 +02:00
|
|
|
|
|
|
|
### Options
|
|
|
|
|
2024-07-17 11:27:58 +02:00
|
|
|
| Name | Type | Default | Description |
|
|
|
|
|:-----------------|:-------|:--------|:---------------------------------------------|
|
|
|
|
| `--down-project` | `bool` | | Drops project when the first container stops |
|
|
|
|
| `--dry-run` | `bool` | | Execute command in dry run mode |
|
2023-06-26 15:52:50 +02:00
|
|
|
|
|
|
|
|
|
|
|
<!---MARKER_GEN_END-->
|
|
|
|
|