Fix version number (#4134)

This commit is contained in:
Keisuke Izumiya 2017-08-11 08:12:17 +09:00 committed by Victoria Bialas
parent e09f7063cb
commit f4c41f2b2e
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ and the [Dockerfile reference](/engine/reference/builder.md).
Create a file called `docker-compose.yml` in your project directory and paste
the following:
version: '2'
version: '3'
services:
web:
build: .