mirror of https://github.com/docker/docs.git
Merge pull request #11250 from sohmil97/patch-1
update docker-compose version
This commit is contained in:
commit
8f2327a1aa
|
@ -30,7 +30,7 @@ so they can be run together in an isolated environment.
|
||||||
|
|
||||||
A `docker-compose.yml` looks like this:
|
A `docker-compose.yml` looks like this:
|
||||||
|
|
||||||
version: '2.0'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
build: .
|
build: .
|
||||||
|
|
Loading…
Reference in New Issue