mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-10 20:57:41 +01:00
Merge pull request #392 from swarnat/fix_webhooks
Switch Webhooks Port, which is exposed for external nginx
This commit is contained in:
commit
bbe7bff184
@ -23,7 +23,7 @@ ExecStart=/usr/bin/docker run --rm --name matrix-appservice-webhooks \
|
|||||||
--cap-drop=ALL \
|
--cap-drop=ALL \
|
||||||
--network={{ matrix_docker_network }} \
|
--network={{ matrix_docker_network }} \
|
||||||
{% if matrix_appservice_webhooks_container_http_host_bind_port %}
|
{% if matrix_appservice_webhooks_container_http_host_bind_port %}
|
||||||
-p {{ matrix_appservice_webhooks_container_http_host_bind_port }}:{{matrix_appservice_webhooks_webhooks_port}} \
|
-p {{ matrix_appservice_webhooks_container_http_host_bind_port }}:{{matrix_appservice_webhooks_matrix_port}} \
|
||||||
{% endif %}
|
{% endif %}
|
||||||
-v {{ matrix_appservice_webhooks_config_path }}:/config:z \
|
-v {{ matrix_appservice_webhooks_config_path }}:/config:z \
|
||||||
-v {{ matrix_appservice_webhooks_data_path }}:/data:z \
|
-v {{ matrix_appservice_webhooks_data_path }}:/data:z \
|
||||||
|
Loading…
Reference in New Issue
Block a user