mirror of
https://github.com/docker/compose.git
synced 2025-08-30 14:08:12 +02:00
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
|