mirror of
https://github.com/docker/compose.git
synced 2026-09-21 21:14:26 +00:00
11 lines
156 B
YAML
11 lines
156 B
YAML
db:
|
|
image: busybox:1.27.2
|
|
command: top
|
|
web:
|
|
image: busybox:1.27.2
|
|
command: top
|
|
links:
|
|
- db:db
|
|
console:
|
|
image: busybox:1.27.2
|
|
command: top
|