5 lines
109 B
YAML
5 lines
109 B
YAML
version: "2"
|
|
services:
|
|
test:
|
|
image: busybox
|
|
volumes_from: ["container:composetest_data_container"]
|