Explorar o código

Fix version in docs example

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

+ 1 - 1
docs/compose-file.md

@@ -518,7 +518,7 @@ The general format is shown here.
 
 In the example below, three services are provided (`web`, `worker`, and `db`), along with two networks (`new` and `legacy`). The `db` service is reachable at the hostname `db` or `database` on the `new` network, and at `db` or `mysql` on the `legacy` network.
 
-    version: 2
+    version: '2'
 
     services:
       web: