mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-10 12:47:39 +01:00
Use matrix:matrix for Signal bridge (not root)
This commit is contained in:
parent
37909aa7a9
commit
8ec975e3c8
@ -23,6 +23,7 @@ ExecStartPre={{ matrix_host_command_sleep }} 5
|
|||||||
ExecStart={{ matrix_host_command_docker }} run --rm --name matrix-mautrix-signal \
|
ExecStart={{ matrix_host_command_docker }} run --rm --name matrix-mautrix-signal \
|
||||||
--log-driver=none \
|
--log-driver=none \
|
||||||
--network={{ matrix_docker_network }} \
|
--network={{ matrix_docker_network }} \
|
||||||
|
--user={{ matrix_user_uid }}:{{ matrix_user_gid }} \
|
||||||
{% if matrix_mautrix_signal_container_http_host_bind_port %}
|
{% if matrix_mautrix_signal_container_http_host_bind_port %}
|
||||||
-p {{ matrix_mautrix_signal_container_http_host_bind_port }}:29328 \
|
-p {{ matrix_mautrix_signal_container_http_host_bind_port }}:29328 \
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user