Merge branch 'master' of github.com:IronicBadger/ansible-role-docker-compose-generator into master

This commit is contained in:
IronicBadger 2020-09-14 11:51:10 -04:00
commit bd43f77f86

View File

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