mirror of
https://github.com/docker/compose.git
synced 2026-09-04 00:56:00 +00:00
10 lines
137 B
YAML
10 lines
137 B
YAML
|
|
web:
|
|
image: busybox:latest
|
|
command: "sleep 200"
|
|
links:
|
|
- db
|
|
|
|
db:
|
|
image: busybox:latest
|
|
command: "sleep 200"
|