fixed command as a loop was not needed

This commit is contained in:
Alex Kretzschmar 2021-08-04 15:50:52 -04:00 committed by GitHub
parent 36ecbfc7c1
commit e90f463b74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,9 +82,7 @@ services:
{% endif %}
{% if container.command is defined %}
command:
{% for command in container.command %}
- {{ command }}
{% endfor %}
{{ command }}
{% endif %}
{% if container.security_opt is defined %}
security_opt: