mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-04-05 12:05:41 +02:00
Use default upstream healthcheck command for Element Web
Now that https://github.com/element-hq/element-web/pull/29471 is part of v1.11.96, we don't need to carry around this custom workaround.
This commit is contained in:
parent
2842276f54
commit
55e04609e3
@ -113,10 +113,7 @@ matrix_client_element_systemd_required_services_list: "{{ [devture_systemd_docke
|
|||||||
# Controls the healthcheck command for the container.
|
# Controls the healthcheck command for the container.
|
||||||
#
|
#
|
||||||
# Leave empty to use the default (upstream) command.
|
# Leave empty to use the default (upstream) command.
|
||||||
#
|
matrix_client_element_container_healthcheck_cmd: ""
|
||||||
# The default command is a patch until https://github.com/element-hq/element-web/pull/29471
|
|
||||||
# lands in a release.
|
|
||||||
matrix_client_element_container_healthcheck_cmd: "wget -q --spider http://localhost:$ELEMENT_WEB_PORT/config.json"
|
|
||||||
|
|
||||||
# Specifies the value of the `X-XSS-Protection` header
|
# Specifies the value of the `X-XSS-Protection` header
|
||||||
# Stops pages from loading when they detect reflected cross-site scripting (XSS) attacks.
|
# Stops pages from loading when they detect reflected cross-site scripting (XSS) attacks.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user