mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
Remove version in test compose files
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
This commit is contained in:
parent
d6c8039562
commit
10b7197e4a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user