mirror of
https://github.com/docker/compose.git
synced 2026-06-30 05:06:19 +00:00
11 lines
167 B
YAML
11 lines
167 B
YAML
services:
|
|
faster:
|
|
image: alpine
|
|
command: sleep 2
|
|
slower:
|
|
image: alpine
|
|
command: sleep 5
|
|
infinity:
|
|
image: alpine
|
|
command: sleep infinity
|
|
|