Skip to content

Commit be774e9

Browse files
committed
Update compose_up.md
Signed-off-by: Suleiman Dibirov <[email protected]>
1 parent bcabd2d commit be774e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/reference/compose_up.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ If the process is interrupted using `SIGINT` (ctrl + C) or `SIGTERM`, the contai
5050
| `--scale` | `stringArray` | | Scale SERVICE to NUM instances. Overrides the `scale` setting in the Compose file if present. |
5151
| `-t`, `--timeout` | `int` | `0` | Use this timeout in seconds for container shutdown when attached or when containers are already running |
5252
| `--timestamps` | `bool` | | Show timestamps |
53-
| `--wait` | `bool` | | Wait for services to be running\|healthy. Implies detached mode. |
53+
| `--wait` | `bool` | | Wait for all services to be running\|healthy. Implies detached mode. |
54+
| `--wait-services` | `stringArray` | | Wait for specified services to be running\|healthy. Implies detached mode. |
5455
| `--wait-timeout` | `int` | `0` | Maximum duration in seconds to wait for the project to be running\|healthy |
5556
| `-w`, `--watch` | `bool` | | Watch source code and rebuild/refresh containers when files are updated. |
5657
| `-y`, `--yes` | `bool` | | Assume "yes" as answer to all prompts and run non-interactively |

0 commit comments

Comments
 (0)