浏览代码

expose management port directly in maubot

pull/622/head
Stuart Mumford 5 年前
父节点
当前提交
5c601bfaf6
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      roles/matrix-maubot/templates/matrix-maubot.service.j2

+ 1
- 0
roles/matrix-maubot/templates/matrix-maubot.service.j2 查看文件

@@ -22,6 +22,7 @@ ExecStart=/usr/bin/docker run --rm --name matrix-maubot \
-e UID={{ matrix_user_uid }} \
-e GID={{ matrix_user_gid }} \
--network={{ matrix_docker_network }} \
-p 29316:29316 \
-v {{ matrix_maubot_host_data_dir }}:{{ matrix_maubot_container_data_dir }}:z \
-v {{ matrix_maubot_host_config_dir }}:{{ matrix_maubot_container_config_dir }}:z \
{% for arg in matrix_maubot_container_extra_arguments %}


正在加载...
取消
保存