hs-test: use relative paths for docker volumes
[vpp.git] / extras / hs-test / topo-containers / nginxProxyAndServer.yaml
index bac6a2d..cc6b780 100644 (file)
@@ -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"