Pārlūkot izejas kodu

Merge pull request #2814 from nubs/patch-1

Fix example formatting for depends_on.
Aanand Prasad 9 gadi atpakaļ
vecāks
revīzija
386974f831
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      docs/compose-file.md

+ 2 - 0
docs/compose-file.md

@@ -181,6 +181,8 @@ Express dependency between services, which has two effects:
   dependencies. In the following example, `docker-compose up web` will also
   create and start `db` and `redis`.
 
+Simple example:
+
     version: 2
     services:
       web: