mirror of
https://github.com/docker/compose.git
synced 2025-08-15 14:48:14 +02:00
12 lines
156 B
YAML
12 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
|