mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Fix version number (#4134)
This commit is contained in:
committed by
Victoria Bialas
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
|
||||
the following:
|
||||
|
||||
version: '2'
|
||||
version: '3'
|
||||
services:
|
||||
web:
|
||||
build: .
|
||||
|
||||
Reference in New Issue
Block a user