blob: e0fea70d50d06b1f62934ac965db4bdf547a6a48 [file] [log] [blame]
Filip Tehlarc204c872022-12-21 08:59:16 +01001---
2volumes:
3 - shared-vol
4
5containers:
6 - name: "vpp"
7 volumes:
8 - host-dir: "shared-vol"
9 container-dir: "/tmp/vpp"
10 is-default-work-dir: true
11 - name: "nginx"
12 volumes:
13 - host-dir: "shared-vol"
14 container-dir: "/tmp/nginx"
15 is-default-work-dir: true
16 image: "hs-test/nginx-ldp"
17 is-optional: true