Просмотр исходного кода

Merge pull request #1475 from fordhurley/patch-1

Fix markdown formatting for `--service-ports` example
Daniel Nephin 10 лет назад
Родитель
Сommit
d64bf88e26
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      docs/cli.md

+ 3 - 1
docs/cli.md

@@ -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
 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