fixed command after for loop removal

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

View File

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