Replace tab with spaces

This commit is contained in:
Corbin Bartsch 2022-09-02 10:25:34 -04:00 committed by Corbin Bartsch
parent 051847001f
commit 170edc1cd0
Signed by: coredotbin
GPG Key ID: B03E030E4322E9D5
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -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 }}