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

7 lines
112 B
YAML

services:
test:
image: alpine
command: cat /text_file.txt
volumes:
- ${FILE}:/text_file.txt