mirror of https://github.com/docker/compose.git
12 lines
167 B
YAML
12 lines
167 B
YAML
|
services:
|
||
|
faster:
|
||
|
image: alpine
|
||
|
command: sleep 2
|
||
|
slower:
|
||
|
image: alpine
|
||
|
command: sleep 5
|
||
|
infinity:
|
||
|
image: alpine
|
||
|
command: sleep infinity
|
||
|
|