mirror of
https://github.com/docker/compose.git
synced 2026-07-11 10:44:06 +00:00
10 lines
144 B
YAML
10 lines
144 B
YAML
|
|
version: "2"
|
|
|
|
services:
|
|
simple:
|
|
image: busybox:latest
|
|
command: sleep 200
|
|
another:
|
|
image: busybox:latest
|
|
command: sleep 200
|