Fix markdown formatting for `--service-ports` example

Signed-off-by: Ford Hurley <ford.hurley@gmail.com>
This commit is contained in:
Ford Hurley 2015-05-28 15:44:16 -04:00
parent 8574cb67a4
commit 5945db0fa8
1 changed files with 3 additions and 1 deletions

View File

@ -95,7 +95,9 @@ 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
$ docker-compose run --service-ports web python manage.py shell
### scale