diff --git a/docs/reference/compose_down.md b/docs/reference/compose_down.md index 7d2774116..37683a901 100644 --- a/docs/reference/compose_down.md +++ b/docs/reference/compose_down.md @@ -11,7 +11,7 @@ Stop and remove containers, networks, volumes, and images. | `--remove-orphans` | | | Remove containers for services not defined in the Compose file | | `--rmi` | `string` | | Remove images used by services. "local" remove only images that don't have a custom tag ("local"\|"all") | | `-t`, `--timeout` | `int` | `0` | Specify a shutdown timeout in seconds | -| `-v`, `--volumes` | | | Remove named volumes declared in the "volumes" section of the Compose file and anonymous volumes attached to containers.] | +| `-v`, `--volumes` | | | Remove named volumes declared in the "volumes" section of the Compose file and anonymous volumes attached to containers. | diff --git a/docs/reference/compose_watch.md b/docs/reference/compose_watch.md index 1363fe2f3..8874e2744 100644 --- a/docs/reference/compose_watch.md +++ b/docs/reference/compose_watch.md @@ -1,7 +1,7 @@ # docker compose watch -Watch build context for service and rebuild orrefresh containers when files are updated. +Watch build context for service and rebuild or refresh containers when files are updated. ### Options