瀏覽代碼
Merge pull request #1531 from IUCCA/master
Added writable /tmp dir for Mautrix Signal Bridge
pull/1543/head
Slavi Pantaleev
4 年之前
committed by
GitHub
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 4AEE18F83AFDEB23
共有
1 個檔案被更改,包括
1 行新增 和
0 行删除
-
roles/matrix-bridge-mautrix-signal/templates/systemd/matrix-mautrix-signal.service.j2
|
|
|
@@ -26,6 +26,7 @@ ExecStart={{ matrix_host_command_docker }} run --rm --name matrix-mautrix-signal |
|
|
|
--user={{ matrix_user_uid }}:{{ matrix_user_gid }} \ |
|
|
|
--cap-drop=ALL \ |
|
|
|
--read-only \ |
|
|
|
--tmpfs /tmp \ |
|
|
|
{% if matrix_mautrix_signal_container_http_host_bind_port %} |
|
|
|
-p {{ matrix_mautrix_signal_container_http_host_bind_port }}:29328 \ |
|
|
|
{% endif %} |
|
|
|
|