Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
Signed-off-by: Suleiman Dibirov <idsulik@gmail.com>
  • Loading branch information
idsulik authored and ndeloof committed Jul 2, 2024
1 parent 9549a21 commit 11d5ecd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/reference/compose_watch.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Watch build context for service and rebuild/refresh containers when files are up
|:------------|:-----|:--------|:----------------------------------------------|
| `--dry-run` | | | Execute command in dry run mode |
| `--no-up` | | | Do not build & start services before watching |
| `--prune` | | | Prune dangling images on rebuild |
| `--quiet` | | | hide build output |


Expand Down
10 changes: 10 additions & 0 deletions docs/reference/docker_compose_watch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@ options:
experimentalcli: false
kubernetes: false
swarm: false
- option: prune
value_type: bool
default_value: "false"
description: Prune dangling images on rebuild
deprecated: false
hidden: false
experimental: false
experimentalcli: false
kubernetes: false
swarm: false
- option: quiet
value_type: bool
default_value: "false"
Expand Down

0 comments on commit 11d5ecd

Please sign in to comment.