Slavi Pantaleev
4 anni fa
committed by
GitHub
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con
1 aggiunte e
0 eliminazioni
-
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 %} |
|
|
|
|