just trying stuff now
This commit is contained in:
parent
1362599a33
commit
4f3731e648
@ -21,7 +21,7 @@ matrix_mautrix_wsproxy_appservice_address: "http://matrix-mautrix-wsproxy:{{ mat
|
||||
|
||||
|
||||
# A list of extra arguments to pass to the container
|
||||
matrix_mautrix_wsproxy_container_extra_arguments: ["/usr/bin/mautrix-wsproxy -config /data/config.yaml"]
|
||||
matrix_mautrix_wsproxy_container_extra_arguments: []
|
||||
|
||||
# List of systemd services that matrix-mautrix-wsproxy.service depends on.
|
||||
matrix_mautrix_wsproxy_systemd_required_services_list: ['docker.service']
|
||||
|
||||
@ -24,14 +24,13 @@ ExecStart={{ matrix_host_command_docker }} run --rm --name matrix-mautrix-wsprox
|
||||
--user={{ matrix_user_uid }}:{{ matrix_user_gid }} \
|
||||
--cap-drop=ALL \
|
||||
--network={{ matrix_docker_network }} \
|
||||
-v {{ matrix_mautrix_wsproxy_config_path }}:/config:z \
|
||||
-v {{ matrix_mautrix_wsproxy_data_path }}:/data:z \
|
||||
-v {{ matrix_mautrix_wsproxy_config_path }}:/data:z \
|
||||
-p 29331:29331 \
|
||||
{% for arg in matrix_mautrix_wsproxy_container_extra_arguments %}
|
||||
{{ arg }} \
|
||||
{% endfor %}
|
||||
{{ matrix_mautrix_wsproxy_docker_image }} \
|
||||
/usr/bin/mautrix-wsproxy -config /config/config.yaml
|
||||
/usr/bin/mautrix-wsproxy -config /data/config.yaml
|
||||
|
||||
ExecStop=-{{ matrix_host_command_sh }} -c '{{ matrix_host_command_docker }} kill matrix-mautrix-wsproxy 2>/dev/null'
|
||||
ExecStop=-{{ matrix_host_command_sh }} -c '{{ matrix_host_command_docker }} rm matrix-mautrix-wsproxy 2>/dev/null'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user