mirror of
https://github.com/docker/compose.git
synced 2026-02-09 01:59:22 +08:00
Remove version in test compose files
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
version: "3"
|
||||
services:
|
||||
simple:
|
||||
image: nginx
|
||||
|
||||
1
ecs/testdata/invalid_network_mode.yaml
vendored
1
ecs/testdata/invalid_network_mode.yaml
vendored
@@ -1,4 +1,3 @@
|
||||
version: "3"
|
||||
services:
|
||||
simple:
|
||||
image: nginx
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
version: '3.3'
|
||||
|
||||
services:
|
||||
db:
|
||||
build: db
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
version: '3.3'
|
||||
|
||||
services:
|
||||
db:
|
||||
build: db
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
version: '3.3'
|
||||
|
||||
services:
|
||||
db:
|
||||
build: db
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
version: '3.3'
|
||||
|
||||
services:
|
||||
db:
|
||||
build: db
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
version: "3.7"
|
||||
|
||||
services:
|
||||
nginx:
|
||||
image: nginx
|
||||
|
||||
Reference in New Issue
Block a user