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

7 lines
137 B
YAML

simple:
image: busybox:latest
command: sh -c "echo hello && sleep 200"
another:
image: busybox:latest
command: sh -c "echo test"