mirror of
https://github.com/docker/compose.git
synced 2026-02-09 01:59:22 +08:00
explicit API to stop the log printer Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
11 lines
140 B
YAML
11 lines
140 B
YAML
services:
|
|
foo:
|
|
image: nginx:alpine
|
|
command: "${COMMAND}"
|
|
depends_on:
|
|
- bar
|
|
|
|
bar:
|
|
image: nginx:alpine
|
|
scale: 2
|