mirror of
https://github.com/docker/compose.git
synced 2025-08-25 03:28:10 +02:00
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"]
|