mirror of
https://github.com/docker/compose.git
synced 2025-11-20 13:50:33 +01:00
12 lines
156 B
YAML
12 lines
156 B
YAML
db:
|
|
image: busybox:latest
|
|
command: top
|
|
web:
|
|
image: busybox:latest
|
|
command: top
|
|
links:
|
|
- db:db
|
|
console:
|
|
image: busybox:latest
|
|
command: top
|