Replace tab with spaces
This commit is contained in:
parent
051847001f
commit
170edc1cd0
BIN
templates/.docker-compose.yml.j2.swp
Normal file
BIN
templates/.docker-compose.yml.j2.swp
Normal file
Binary file not shown.
@ -19,7 +19,7 @@ services:
|
|||||||
build: {{ container.build }}
|
build: {{ container.build }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if container.user is defined %}
|
{% if container.user is defined %}
|
||||||
user: {{ container.user }}
|
user: {{ container.user }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if container.privileged is defined %}
|
{% if container.privileged is defined %}
|
||||||
privileged: {{ container.privileged }}
|
privileged: {{ container.privileged }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user