compose/tests/fixtures/sleeps-composefile/docker-compose.yml

11 lines
142 B
YAML
Raw Normal View History

version: 2
services:
simple:
image: busybox:latest
command: sleep 200
another:
image: busybox:latest
command: sleep 200