From e782e91fbd637492c6706ad3558b90cc3e192bda Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Sat, 13 Jan 2024 17:06:37 +0200 Subject: [PATCH] Fix some variable typos in matrix-appservice-webhooks.service --- .../templates/systemd/matrix-appservice-webhooks.service.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/custom/matrix-bridge-appservice-webhooks/templates/systemd/matrix-appservice-webhooks.service.j2 b/roles/custom/matrix-bridge-appservice-webhooks/templates/systemd/matrix-appservice-webhooks.service.j2 index 76ea7314d..b1168cb7f 100644 --- a/roles/custom/matrix-bridge-appservice-webhooks/templates/systemd/matrix-appservice-webhooks.service.j2 +++ b/roles/custom/matrix-bridge-appservice-webhooks/templates/systemd/matrix-appservice-webhooks.service.j2 @@ -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 %}