mirror of
https://github.com/docker/compose.git
synced 2026-02-09 01:59:22 +08:00
8 lines
114 B
YAML
8 lines
114 B
YAML
services:
|
|
orphan:
|
|
profiles: [run]
|
|
image: alpine
|
|
command: echo hello
|
|
test:
|
|
image: nginx:alpine
|