Use http_bin_port and make networking clearer

This commit is contained in:
Julian-Samuel Gebühr
2022-07-10 13:33:29 +02:00
parent e62632bf5d
commit ffa20357ea
3 changed files with 16 additions and 2 deletions

View File

@ -27,7 +27,7 @@ ExecStart={{ matrix_host_command_docker }} run --rm --name matrix-bot-maubot \
{% endfor %}
--network={{ matrix_docker_network }} \
{% if matrix_bot_maubot_expose_management_interface|bool %}
-p {{ matrix_bot_maubot_port }}:29316 \
-p {{ matrix_bot_maubot_management_interface_port }}:29316 \
{% endif %}
{{ matrix_bot_maubot_docker_image }} \
python3 -m maubot -c /data/config.yaml