Merge branch 'master' of github.com:IronicBadger/ansible-role-docker-compose-generator into master
This commit is contained in:
commit
bd43f77f86
@ -69,7 +69,10 @@ services:
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if container.command is defined %}
|
{% if container.command is defined %}
|
||||||
command: {{ container.command }}
|
command:
|
||||||
|
{% for command in container.command %}
|
||||||
|
- {{ command }}
|
||||||
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if container.security_opt is defined %}
|
{% if container.security_opt is defined %}
|
||||||
security_opt:
|
security_opt:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user