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 %}
|
{% if container.network_mode is defined %}
|
||||||
network_mode: {{ container.network_mode }}
|
network_mode: {{ container.network_mode }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if container.build is defined %}
|
||||||
|
build: {{ container.build }}
|
||||||
|
{% endif %}
|
||||||
{% if container.privileged is defined %}
|
{% if container.privileged is defined %}
|
||||||
privileged: {{ container.privileged }}
|
privileged: {{ container.privileged }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user