blob: 6e673aa85bf56cc475c9a559d817bd028aef381b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
---
volumes:
- volume: &shared-vol
host-dir: "$HST_VOLUME_DIR/shared-vol"
containers:
- name: "vpp"
volumes:
- <<: *shared-vol
container-dir: "/tmp/vpp"
is-default-work-dir: true
|