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