This commit is contained in:
cmsassot 2022-09-13 11:17:46 +02:00
parent 6d3fb20664
commit eafc4490cf
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}' \