Use upstream Docker image for amd64 rather than self-build

This commit is contained in:
Matthew Cengia
2022-12-11 21:25:43 +11:00
parent 905ffd091e
commit 3453fff901
5 changed files with 8 additions and 10 deletions

View File

@ -2658,6 +2658,8 @@ matrix_client_element_jitsi_preferredDomain: "{{ matrix_server_fqn_jitsi if matr
matrix_client_hydrogen_enabled: false
matrix_client_hydrogen_container_image_self_build: "{{ matrix_architecture not in ['amd64'] }}"
# Normally, matrix-nginx-proxy is enabled and nginx can reach Hydrogen over the container network.
# If matrix-nginx-proxy is not enabled, or you otherwise have a need for it, you can expose
# the HTTP port to the local host.