compose/pkg/e2e/fixtures/stdout-stderr/compose.yaml

7 lines
141 B
YAML
Raw Normal View History

services:
stderr:
image: alpine
command: /bin/ash /log_to_stderr.sh
volumes:
- ./log_to_stderr.sh:/log_to_stderr.sh