compose.yaml 141 B

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