mirror of https://github.com/docker/docs.git
Fix version number (#4134)
This commit is contained in:
parent
e09f7063cb
commit
f4c41f2b2e
|
@ -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
|
Create a file called `docker-compose.yml` in your project directory and paste
|
||||||
the following:
|
the following:
|
||||||
|
|
||||||
version: '2'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
build: .
|
build: .
|
||||||
|
|
Loading…
Reference in New Issue