diff options
Diffstat (limited to 'extras/hs-test/topo-containers/nginxProxyAndServer.yaml')
-rw-r--r-- | extras/hs-test/topo-containers/nginxProxyAndServer.yaml | 2 |
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" |