mirror of https://github.com/docker/docs.git
Fix markdown formatting for `--service-ports` example
Signed-off-by: Ford Hurley <ford.hurley@gmail.com>
This commit is contained in:
parent
8574cb67a4
commit
5945db0fa8
|
@ -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
|
Similarly, if you do want the service's ports to be created and mapped to the
|
||||||
host, specify the `--service-ports` flag:
|
host, specify the `--service-ports` flag:
|
||||||
|
|
||||||
$ docker-compose run --service-ports web python manage.py shell
|
$ docker-compose run --service-ports web python manage.py shell
|
||||||
|
|
||||||
|
|
||||||
### scale
|
### scale
|
||||||
|
|
||||||
Sets the number of containers to run for a service.
|
Sets the number of containers to run for a service.
|
||||||
|
|
Loading…
Reference in New Issue