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 %}
 | 
			
		||||
{% 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:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user