mirror of https://github.com/docker/docs.git
Merge pull request #1475 from fordhurley/patch-1
Fix markdown formatting for `--service-ports` example
This commit is contained in:
commit
d64bf88e26
|
@ -95,8 +95,10 @@ specify the `--no-deps` flag:
|
|||
|
||||
Similarly, if you do want the service's ports to be created and mapped to the
|
||||
host, specify the `--service-ports` flag:
|
||||
|
||||
$ docker-compose run --service-ports web python manage.py shell
|
||||
|
||||
|
||||
### scale
|
||||
|
||||
Sets the number of containers to run for a service.
|
||||
|
|
Loading…
Reference in New Issue