Skip to content

Commit b68ad3a

Browse files
There are two differences
Add missing word.
1 parent 089d910 commit b68ad3a

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)