mirror of https://github.com/docker/compose.git
11 lines
142 B
YAML
11 lines
142 B
YAML
|
net:
|
||
|
image: busybox
|
||
|
volume:
|
||
|
image: busybox
|
||
|
volumes:
|
||
|
- /data
|
||
|
app:
|
||
|
image: busybox
|
||
|
net: "container:net"
|
||
|
volumes_from: ["volume"]
|