ソースを参照

Fix missing port binding.

pull/1076/head
Eagle-251 5年前
committed by GitHub
コミット
ef6a7e051c
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更3行の追加1行の削除
  1. +3
    -1
      roles/matrix-jitsi/defaults/main.yml

+ 3
- 1
roles/matrix-jitsi/defaults/main.yml ファイルの表示

@@ -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') }}"


読み込み中…
キャンセル
保存