mirror of
https://github.com/docker/compose.git
synced 2025-08-17 07:38:12 +02:00
6 lines
109 B
YAML
6 lines
109 B
YAML
version: "2"
|
|
services:
|
|
test:
|
|
image: busybox
|
|
volumes_from: ["container:composetest_data_container"]
|