瀏覽代碼

add config mount to maubot

pull/622/head
Stuart Mumford 6 年之前
父節點
當前提交
1d0b362a3b
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      roles/matrix-maubot/templates/matrix-maubot.service.j2

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

@@ -22,7 +22,8 @@ ExecStart=/usr/bin/docker run --rm --name matrix-maubot \
-e UID={{ matrix_user_uid }} \
-e GID={{ matrix_user_gid }} \
--network={{ matrix_docker_network }} \
-v {{ matrix_maubot_host_data_dir }}:/data:z \
-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 %}
{{ arg }} \
{% endfor %}


Loading…
取消
儲存