Skip to content

Commit 0d4cbbd

Browse files
committed
fix
Signed-off-by: aevesdocker <[email protected]>
1 parent 9631a49 commit 0d4cbbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/reference/compose_down.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Stop and remove containers, networks, volumes, and images.
1111
| `--remove-orphans` | | | Remove containers for services not defined in the Compose file |
1212
| `--rmi` | `string` | | Remove images used by services. "local" remove only images that don't have a custom tag ("local"\|"all") |
1313
| `-t`, `--timeout` | `int` | `0` | Specify a shutdown timeout in seconds |
14-
| `-v`, `--volumes` | | | Remove named volumes declared in the "volumes" section of the Compose file and anonymous volumes attached to containers.] |
14+
| `-v`, `--volumes` | | | Remove named volumes declared in the "volumes" section of the Compose file and anonymous volumes attached to containers. |
1515

1616

1717
<!---MARKER_GEN_END-->

docs/reference/compose_watch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# docker compose watch
22

33
<!---MARKER_GEN_START-->
4-
Watch build context for service and rebuild orrefresh containers when files are updated.
4+
Watch build context for service and rebuild or refresh containers when files are updated.
55

66
### Options
77

0 commit comments

Comments
 (0)