aboutsummaryrefslogtreecommitdiffstats
path: root/extras/hs-test/topo-containers/nginxProxyAndServer.yaml
diff options
context:
space:
mode:
authorFilip Tehlar <ftehlar@cisco.com>2024-01-24 11:59:44 +0100
committerFlorin Coras <florin.coras@gmail.com>2024-01-29 19:58:37 +0000
commita1bd50c7a2c2c2d69d92cef167a64a1a5ddc4af7 (patch)
treef66cbd0b7848dac6789369e2fe9a73f08888e638 /extras/hs-test/topo-containers/nginxProxyAndServer.yaml
parentaf1ddd39f1f5fa6a00e70356bac2b0bd38f76566 (diff)
hs-test: use relative paths for docker volumes
Type: test Change-Id: I9d5c15662e50ceea08d2ccc653db36c5e3df869e Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
Diffstat (limited to 'extras/hs-test/topo-containers/nginxProxyAndServer.yaml')
-rw-r--r--extras/hs-test/topo-containers/nginxProxyAndServer.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/hs-test/topo-containers/nginxProxyAndServer.yaml b/extras/hs-test/topo-containers/nginxProxyAndServer.yaml
index bac6a2df174..cc6b780bafc 100644
--- a/extras/hs-test/topo-containers/nginxProxyAndServer.yaml
+++ b/extras/hs-test/topo-containers/nginxProxyAndServer.yaml
@@ -1,7 +1,7 @@
---
volumes:
- volume: &shared-vol-proxy
- host-dir: /tmp/shared-vol-proxy
+ host-dir: "$HST_VOLUME_DIR/shared-vol-proxy"
containers:
- name: "vpp-proxy"