Updated documentation files for my contribution

Ran 'make docs' to generate updated doc files from the reference.

Signed-off-by: aroramrinaal <aroramrinaal@gmail.com>
This commit is contained in:
aroramrinaal 2023-06-25 21:02:19 -07:00 committed by Nicolas De loof
parent 83671db3dd
commit 3906a7a67c
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ short: Run a one-off command on a service.
long: |-
Runs a one-time command against a service.
the following command starts the `web` service and runs `bash` as its command:
The following command starts the `web` service and runs `bash` as its command:
```console
$ docker compose run web bash