cadoles-pod-hydra-dispatcher : correction de la boucle pour création des volumes

This commit is contained in:
cmsassot 2022-09-12 11:41:11 +02:00
parent 8d0e7026e4
commit e8b8336088
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ PODMAN_ARGS="\
--tz=local \
-p 127.0.0.1:3000:80 \
-v /etc/hydra-dispatcher/conf.d:/var/www/config/hydra \
{% for item in hydra_dispatcher_mounts %}
{%- for item in hydra_dispatcher_mounts %}
-v "{{ item.host }}:{{ item.container }}" \
{% endfor %}
-e APP_ENV=prod \