Explorar o código

Typo into the doc with `networks` in yaml

Signed-off-by: Yohan Graterol <[email protected]>
Yohan Graterol %!s(int64=9) %!d(string=hai) anos
pai
achega
59a2920758
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      docs/compose-file.md

+ 2 - 2
docs/compose-file.md

@@ -761,14 +761,14 @@ service's containers to it.
         networks:
           - default
 
-    networks
+    networks:
       outside:
         external: true
 
 You can also specify the name of the network separately from the name used to
 refer to it within the Compose file:
 
-    networks
+    networks:
       outside:
         external:
           name: actual-name-of-network