mirror of https://github.com/docker/compose.git
6 lines
109 B
YAML
6 lines
109 B
YAML
|
version: "2"
|
||
|
services:
|
||
|
test:
|
||
|
image: busybox
|
||
|
volumes_from: ["container:composetest_data_container"]
|