summaryrefslogtreecommitdiff
path: root/tests/fixtures/v2-simple/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fixtures/v2-simple/docker-compose.yml')
-rw-r--r--tests/fixtures/v2-simple/docker-compose.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/fixtures/v2-simple/docker-compose.yml b/tests/fixtures/v2-simple/docker-compose.yml
new file mode 100644
index 00000000..c99ae02f
--- /dev/null
+++ b/tests/fixtures/v2-simple/docker-compose.yml
@@ -0,0 +1,8 @@
+version: "2"
+services:
+ simple:
+ image: busybox:latest
+ command: top
+ another:
+ image: busybox:latest
+ command: top