|
|
@@ -29,7 +29,6 @@ ExecStart={{ matrix_host_command_docker }} run --rm --name matrix-bot-maubot \ |
|
|
{% for port in matrix_bot_maubot_management_interface_http_bind_port %} |
|
|
{% for port in matrix_bot_maubot_management_interface_http_bind_port %} |
|
|
-p {{ port }} \ |
|
|
-p {{ port }} \ |
|
|
{% endfor %} |
|
|
{% endfor %} |
|
|
{% endif %} |
|
|
|
|
|
{{ matrix_bot_maubot_docker_image }} \ |
|
|
{{ matrix_bot_maubot_docker_image }} \ |
|
|
python3 -m maubot -c /data/config.yaml |
|
|
python3 -m maubot -c /data/config.yaml |
|
|
|
|
|
|
|
|
|