|
|
|
@ -21,9 +21,11 @@ ExecStartPre=-{{ matrix_host_command_docker }} rm matrix-mautrix-signal-daemon
|
|
|
|
|
# Intentional delay, so that the homeserver (we likely depend on) can manage to start.
|
|
|
|
|
ExecStartPre={{ matrix_host_command_sleep }} 5
|
|
|
|
|
|
|
|
|
|
# We can't use `--read-only` for this bridge.
|
|
|
|
|
ExecStart={{ matrix_host_command_docker }} run --rm --name matrix-mautrix-signal-daemon \
|
|
|
|
|
--log-driver=none \
|
|
|
|
|
--user={{ matrix_user_uid }}:{{ matrix_user_gid }} \
|
|
|
|
|
--cap-drop=ALL \
|
|
|
|
|
--network={{ matrix_docker_network }} \
|
|
|
|
|
-v {{ matrix_mautrix_signal_daemon_path }}:/signald:z \
|
|
|
|
|
{{ matrix_mautrix_signal_daemon_docker_image }}
|
|
|
|
|