Allow additional docker parameters

This commit is contained in:
Mike Reeves
2023-05-18 16:52:38 -04:00
parent 8917f9b9d2
commit 5315c51197
26 changed files with 28 additions and 28 deletions

View File

@@ -43,7 +43,7 @@ so-elasticsearch:
{% if DOCKER.containers['so-elasticsearch'].extra_env %}
{% for XTRAENV in DOCKER.containers['so-elasticsearch'].extra_env %}
- {{ XTRAENV }}
{% enfor %}
{% endfor %}
{% endif %}
- port_bindings:
{% for BINDING in DOCKER.containers['so-elasticsearch'].port_bindings %}