2023-09-19 16:59:26 +02:00
|
|
|
# docker compose watch
|
|
|
|
|
|
|
|
<!---MARKER_GEN_START-->
|
|
|
|
Watch build context for service and rebuild/refresh containers when files are updated
|
|
|
|
|
|
|
|
### Options
|
|
|
|
|
2024-07-17 11:27:58 +02:00
|
|
|
| Name | Type | Default | Description |
|
|
|
|
|:------------|:-------|:--------|:----------------------------------------------|
|
|
|
|
| `--dry-run` | `bool` | | Execute command in dry run mode |
|
|
|
|
| `--no-up` | `bool` | | Do not build & start services before watching |
|
|
|
|
| `--prune` | `bool` | | Prune dangling images on rebuild |
|
|
|
|
| `--quiet` | `bool` | | hide build output |
|
2023-09-19 16:59:26 +02:00
|
|
|
|
|
|
|
|
|
|
|
<!---MARKER_GEN_END-->
|
|
|
|
|