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"
|