Fix config error, add nginx

This commit is contained in:
Julian-Samuel Gebühr
2022-06-24 11:50:52 +02:00
parent 1316656998
commit 4d40b61a51
5 changed files with 44 additions and 15 deletions

View File

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