Explorar el Código

Update coturn (4.5.0.8 -> 4.5.1.0)

pull/99/head
Slavi Pantaleev hace 7 años
padre
commit
f5cd916de8
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      roles/matrix-coturn/defaults/main.yml

+ 2
- 2
roles/matrix-coturn/defaults/main.yml Ver fichero

@@ -1,6 +1,6 @@
matrix_coturn_enabled: true

matrix_coturn_docker_image: "instrumentisto/coturn:4.5.0.8"
matrix_coturn_docker_image: "instrumentisto/coturn:4.5.1.0"

matrix_coturn_base_path: "{{ matrix_base_data_path }}/coturn"
matrix_coturn_config_path: "{{ matrix_coturn_base_path }}/turnserver.conf"
@@ -16,4 +16,4 @@ matrix_coturn_turn_static_auth_secret: ""
matrix_coturn_turn_udp_min_port: 49152
matrix_coturn_turn_udp_max_port: 49172

matrix_coturn_turn_external_ip_address: "{{ ansible_host }}"
matrix_coturn_turn_external_ip_address: "{{ ansible_host }}"

Cargando…
Cancelar
Guardar