diff --git a/compose/index.md b/compose/index.md index 0e44d272be9..605ef977f28 100644 --- a/compose/index.md +++ b/compose/index.md @@ -30,7 +30,7 @@ so they can be run together in an isolated environment. A `docker-compose.yml` looks like this: - version: '3' + version: '2.0' services: web: build: .