mirror of https://github.com/docker/compose.git
10 lines
99 B
YAML
10 lines
99 B
YAML
|
|
||
|
web:
|
||
|
links:
|
||
|
- db
|
||
|
- other
|
||
|
|
||
|
other:
|
||
|
image: busybox:latest
|
||
|
command: "top"
|