Merge pull request #10433 from hochan222/patch-1

docker-compose documentation version
This commit is contained in:
Usha Mandya
2020-03-12 15:30:46 +00:00
committed by GitHub

View File

@@ -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: .