Browse Source

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

Signed-off-by: Ford Hurley <[email protected]>
Ford Hurley 10 năm trước cách đây
mục cha
commit
5945db0fa8
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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
 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