compose/pkg/e2e/fixtures/logs-test/compose.yaml

8 lines
131 B
YAML

services:
ping:
image: alpine
command: ping localhost -c ${REPEAT:-1}
hello:
image: alpine
command: echo hello