mirror of https://github.com/docker/compose.git
7 lines
99 B
YAML
7 lines
99 B
YAML
|
version: "2"
|
||
|
services:
|
||
|
test:
|
||
|
image: busybox
|
||
|
entrypoint: printf
|
||
|
command: default args
|