compose/tests/fixtures/echo-services/docker-compose.yml

7 lines
112 B
YAML

simple:
image: busybox:latest
command: echo simple
another:
image: busybox:latest
command: echo another