compose.yaml 156 B

1234567
  1. services:
  2. stderr:
  3. image: alpine
  4. init: true
  5. command: /bin/ash /log_to_stderr.sh
  6. volumes:
  7. - ./log_to_stderr.sh:/log_to_stderr.sh