Skip to content

Commit 698f8d2

Browse files
Merge pull request docker#593 from jefferybradberry/patch-1
There are two differences
2 parents 6e84109 + b68ad3a commit 698f8d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose/reference/run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Runs a one-time command against a service. For example, the following command st
2626

2727
docker-compose run web bash
2828

29-
Commands you use with `run` start in new containers with the same configuration as defined by the service' configuration. This means the container has the same volumes, links, as defined in the configuration file. There two differences though.
29+
Commands you use with `run` start in new containers with the same configuration as defined by the service' configuration. This means the container has the same volumes, links, as defined in the configuration file. There are two differences though.
3030

3131
First, the command passed by `run` overrides the command defined in the service configuration. For example, if the `web` service configuration is started with `bash`, then `docker-compose run web python app.py` overrides it with `python app.py`.
3232

0 commit comments

Comments
 (0)