blob: e0fea70d50d06b1f62934ac965db4bdf547a6a48 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
---
volumes:
- shared-vol
containers:
- name: "vpp"
volumes:
- host-dir: "shared-vol"
container-dir: "/tmp/vpp"
is-default-work-dir: true
- name: "nginx"
volumes:
- host-dir: "shared-vol"
container-dir: "/tmp/nginx"
is-default-work-dir: true
image: "hs-test/nginx-ldp"
is-optional: true
|