Fix indentation spaces to tabs
This commit is contained in:
parent
20c6bd686e
commit
aaf93cb9fd
|
@ -22,9 +22,9 @@ ExecStart={{ matrix_host_command_docker }} run --rm --name matrix-bot-go-neb \
|
||||||
--cap-drop=ALL \
|
--cap-drop=ALL \
|
||||||
--read-only \
|
--read-only \
|
||||||
--network={{ matrix_docker_network }} \
|
--network={{ matrix_docker_network }} \
|
||||||
{% if matrix_bot_go_neb_container_http_host_bind_port %}
|
{% if matrix_bot_go_neb_container_http_host_bind_port %}
|
||||||
-p {{ matrix_bot_go_neb_container_http_host_bind_port }}:4050 \
|
-p {{ matrix_bot_go_neb_container_http_host_bind_port }}:4050 \
|
||||||
{% endif %}
|
{% endif %}
|
||||||
-e 'BIND_ADDRESS=:4050' \
|
-e 'BIND_ADDRESS=:4050' \
|
||||||
-e 'DATABASE_TYPE={{ matrix_bot_go_neb_database_engine }}' \
|
-e 'DATABASE_TYPE={{ matrix_bot_go_neb_database_engine }}' \
|
||||||
-e 'BASE_URL=https://{{ matrix_server_fqn_bot_go_neb }}' \
|
-e 'BASE_URL=https://{{ matrix_server_fqn_bot_go_neb }}' \
|
||||||
|
|
Loading…
Reference in a new issue