mirror of
https://github.com/docker/compose.git
synced 2026-07-10 18:24:10 +00:00
10 lines
142 B
YAML
10 lines
142 B
YAML
net:
|
|
image: busybox
|
|
volume:
|
|
image: busybox
|
|
volumes:
|
|
- /data
|
|
app:
|
|
image: busybox
|
|
net: "container:net"
|
|
volumes_from: ["volume"]
|