Fix config error, add nginx
This commit is contained in:
@ -25,7 +25,7 @@ ExecStart={{ matrix_host_command_docker }} run --rm --name matrix-maubot \
|
||||
{{ arg }} \
|
||||
{% endfor %}
|
||||
--network={{ matrix_docker_network }} \
|
||||
-p 29316:29316 \
|
||||
-p {{ matrix_bot_maubot_port }}:29316 \
|
||||
{{ matrix_bot_maubot_docker_image }}
|
||||
|
||||
ExecStop=-{{ matrix_host_command_sh }} -c '{{ matrix_host_command_docker }} kill matrix-maubot 2>/dev/null || true'
|
||||
|
Reference in New Issue
Block a user