mirror of
https://github.com/docker/compose.git
synced 2025-08-20 09:08:12 +02:00
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
|
|
|