mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-05 15:00:02 +00:00
Fix missing port binding.
This commit is contained in:
parent
1bb6ed97ae
commit
ef6a7e051c
|
@ -175,7 +175,9 @@ matrix_jitsi_prosody_container_extra_arguments: []
|
|||
|
||||
# List of systemd services that matrix-jitsi-prosody.service depends on
|
||||
matrix_jitsi_prosody_systemd_required_services_list: ['docker.service']
|
||||
matrix_jitsi_prosody_container_http_host_bind_port: ''
|
||||
|
||||
# Neccessary Port binding for those disabling the integrated nginx proxy
|
||||
matrix_jitsi_prosody_container_http_host_bind_port: 5280
|
||||
|
||||
matrix_jitsi_jicofo_docker_image: "{{ matrix_container_global_registry_prefix }}jitsi/jicofo:{{ matrix_jitsi_container_image_tag }}"
|
||||
matrix_jitsi_jicofo_docker_image_force_pull: "{{ matrix_jitsi_jicofo_docker_image.endswith(':latest') }}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user