We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83671db commit 3906a7aCopy full SHA for 3906a7a
docs/reference/docker_compose_run.yaml
@@ -3,7 +3,7 @@ short: Run a one-off command on a service.
3
long: |-
4
Runs a one-time command against a service.
5
6
- 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:
7
8
```console
9
$ docker compose run web bash
0 commit comments