mirror of https://github.com/docker/compose.git
7 lines
141 B
YAML
7 lines
141 B
YAML
|
services:
|
||
|
stderr:
|
||
|
image: alpine
|
||
|
command: /bin/ash /log_to_stderr.sh
|
||
|
volumes:
|
||
|
- ./log_to_stderr.sh:/log_to_stderr.sh
|