mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 10:47:32 +01:00
Fix some variable typos in matrix-appservice-webhooks.service
This commit is contained in:
parent
3f212feb1f
commit
e782e91fbd
@ -22,13 +22,13 @@ ExecStartPre={{ devture_systemd_docker_base_host_command_docker }} create \
|
||||
--log-driver=none \
|
||||
--user={{ matrix_user_uid }}:{{ matrix_user_gid }} \
|
||||
--cap-drop=ALL \
|
||||
--network={{ matrix_docker_network }} \
|
||||
--network={{ matrix_appservice_webhooks_container_network }} \
|
||||
{% if matrix_appservice_webhooks_container_http_host_bind_port %}
|
||||
-p {{ matrix_appservice_webhooks_container_http_host_bind_port }}:{{matrix_appservice_webhooks_matrix_port}} \
|
||||
{% endif %}
|
||||
--mount type=bind,src={{ matrix_appservice_webhooks_config_path }},dst=/config \
|
||||
--mount type=bind,src={{ matrix_appservice_webhooks_data_path }},dst=/data \
|
||||
--label-file={{ matrix_appservice_slack_base_path }}/labels \
|
||||
--label-file={{ matrix_appservice_webhooks_base_path }}/labels \
|
||||
{% for arg in matrix_appservice_webhooks_container_extra_arguments %}
|
||||
{{ arg }} \
|
||||
{% endfor %}
|
||||
|
Loading…
Reference in New Issue
Block a user