소스 검색

WIP: updated note format for dockerfile per Aanand's comments on PR #3019

Signed-off-by: Victoria Bialas <[email protected]>
Victoria Bialas 9 년 전
부모
커밋
5cc420e727
1개의 변경된 파일7개의 추가작업 그리고 7개의 파일을 삭제
  1. 7 7
      docs/compose-file.md

+ 7 - 7
docs/compose-file.md

@@ -95,13 +95,13 @@ specified.
 
 > **Note**: In the [version 1 file format](#version-1), `dockerfile` is
 > different in two ways:
->
-> -   It appears alongside `build`, not as a sub-option:
->
->         build: .
->         dockerfile: Dockerfile-alternate
-> -   Using `dockerfile` together with `image` is not allowed. Attempting to do
->     so results in an error.
+
+  * It appears alongside `build`, not as a sub-option:
+
+        build: .
+        dockerfile: Dockerfile-alternate
+
+  * Using `dockerfile` together with `image` is not allowed. Attempting to do so results in an error.
 
 #### args