Add build var to template
This commit is contained in:
parent
67d0d67ba0
commit
5a4ca5dbbd
@ -16,6 +16,9 @@ services:
|
||||
{% if container.network_mode is defined %}
|
||||
network_mode: {{ container.network_mode }}
|
||||
{% endif %}
|
||||
{% if container.build is defined %}
|
||||
build: {{ container.build }}
|
||||
{% endif %}
|
||||
{% if container.privileged is defined %}
|
||||
privileged: {{ container.privileged }}
|
||||
{% endif %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user