mirror of
https://github.com/docker/compose.git
synced 2026-09-01 07:11:06 +00:00
Set watch option --prune=true as default
Signed-off-by: Remco Kranenburg <remco.kranenburg@crunchr.com>
This commit is contained in:
parent
342a2a9e71
commit
b0badf1eb0
3 changed files with 3 additions and 3 deletions
|
|
@ -9,7 +9,7 @@ Watch build context for service and rebuild/refresh containers when files are up
|
|||
|:------------|:-------|:--------|:----------------------------------------------|
|
||||
| `--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 |
|
||||
| `--prune` | `bool` | `true` | Prune dangling images on rebuild |
|
||||
| `--quiet` | `bool` | | hide build output |
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue