|
@@ -46,7 +46,7 @@ services:
|
|
{% if container.ports is defined %}
|
|
{% if container.ports is defined %}
|
|
ports:
|
|
ports:
|
|
{% for port in container.ports %}
|
|
{% for port in container.ports %}
|
|
- - {{ port }}
|
|
|
|
|
|
+ - "{{ port }}"
|
|
{% endfor %}
|
|
{% endfor %}
|
|
{% endif %}
|
|
{% endif %}
|
|
{% if ( container.environment is defined ) or ( container.include_global_env_vars is defined and container.include_global_env_vars) %}
|
|
{% if ( container.environment is defined ) or ( container.include_global_env_vars is defined and container.include_global_env_vars) %}
|