mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Merge pull request #10433 from hochan222/patch-1
docker-compose documentation version
This commit is contained in:
@@ -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: .
|
||||
|
||||
Reference in New Issue
Block a user