aboutsummaryrefslogtreecommitdiffstats
path: root/extras/hs-test/topo-containers/single.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'extras/hs-test/topo-containers/single.yaml')
-rw-r--r--extras/hs-test/topo-containers/single.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/extras/hs-test/topo-containers/single.yaml b/extras/hs-test/topo-containers/single.yaml
index b4449dc1918..2f5f31b6879 100644
--- a/extras/hs-test/topo-containers/single.yaml
+++ b/extras/hs-test/topo-containers/single.yaml
@@ -28,6 +28,14 @@ containers:
image: "hs-test/nginx-http3"
is-optional: true
+ - name: "nginx-server"
+ volumes:
+ - <<: *shared-vol
+ container-dir: "/tmp/nginx"
+ is-default-work-dir: true
+ image: "hs-test/nginx-server"
+ is-optional: true
+
- name: "ab"
image: "hs-test/ab"
is-optional: true