mirror of https://github.com/docker/compose.git
8 lines
114 B
YAML
8 lines
114 B
YAML
|
services:
|
||
|
orphan:
|
||
|
profiles: [run]
|
||
|
image: alpine
|
||
|
command: echo hello
|
||
|
test:
|
||
|
image: nginx:alpine
|