fixed command logic

This commit is contained in:
Alex Kretzschmar 2022-08-10 10:36:50 -04:00 committed by GitHub
parent 9020e74cb2
commit c5836ad92a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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