Change from spaces to tabs
This commit is contained in:
parent
07fdb09f69
commit
e62632bf5d
|
@ -18,7 +18,7 @@ ExecStartPre=-{{ matrix_host_command_sh }} -c '{{ matrix_host_command_docker }}
|
||||||
|
|
||||||
ExecStart={{ matrix_host_command_docker }} run --rm --name matrix-bot-maubot \
|
ExecStart={{ matrix_host_command_docker }} run --rm --name matrix-bot-maubot \
|
||||||
--log-driver=none \
|
--log-driver=none \
|
||||||
--user={{ matrix_user_uid }}:{{ matrix_user_gid }} \
|
--user={{ matrix_user_uid }}:{{ matrix_user_gid }} \
|
||||||
--read-only \
|
--read-only \
|
||||||
--cap-drop=ALL \
|
--cap-drop=ALL \
|
||||||
-v {{ matrix_bot_maubot_data_path }}:/data:z \
|
-v {{ matrix_bot_maubot_data_path }}:/data:z \
|
||||||
|
|
Loading…
Reference in a new issue