From eafc4490cf7ffdc14c0c0897e305489d38ed03cf Mon Sep 17 00:00:00 2001 From: cmsassot Date: Tue, 13 Sep 2022 11:17:46 +0200 Subject: [PATCH] fix typo --- templates/cadoles-pod-hydra-dispatcher-v1.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/cadoles-pod-hydra-dispatcher-v1.conf.j2 b/templates/cadoles-pod-hydra-dispatcher-v1.conf.j2 index 2045669..2459f4f 100644 --- a/templates/cadoles-pod-hydra-dispatcher-v1.conf.j2 +++ b/templates/cadoles-pod-hydra-dispatcher-v1.conf.j2 @@ -7,7 +7,7 @@ PODMAN_ARGS="\ -p 127.0.0.1:3000:80 \ -v /etc/hydra-dispatcher/conf.d:/var/www/config/hydra \ {% for item in hydra_dispatcher_mounts %} - -v {{ item.host }}:{{ item.container }} \ + -v '{{ item.host }}:{{ item.container }}' \ {% endfor %} -e APP_ENV=prod \ -e 'APP_DEBUG={{ hydra_dispatcher_debug }}' \