Skip to content
This repository was archived by the owner on May 18, 2025. It is now read-only.

Commit 29177d4

Browse files
committed
Switch to official coturn docker image
1 parent 4a1739f commit 29177d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roles/matrix-coturn/defaults/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
matrix_coturn_enabled: true
22

33
matrix_coturn_container_image_self_build: false
4-
matrix_coturn_container_image_self_build_repo: "https://github.com/instrumentisto/coturn-docker-image.git"
4+
matrix_coturn_container_image_self_build_repo: "https://github.com/coturn/coturn/tree/master/docker/coturn/alpine.git"
55

66
matrix_coturn_version: 4.5.2
7-
matrix_coturn_docker_image: "{{ matrix_coturn_docker_image_name_prefix }}instrumentisto/coturn:{{ matrix_coturn_version }}"
7+
matrix_coturn_docker_image: "{{ matrix_coturn_docker_image_name_prefix }}coturn/coturn:{{ matrix_coturn_version }}"
88
matrix_coturn_docker_image_name_prefix: "{{ 'localhost/' if matrix_coturn_container_image_self_build else matrix_container_global_registry_prefix }}"
99
matrix_coturn_docker_image_force_pull: "{{ matrix_coturn_docker_image.endswith(':latest') }}"
1010

0 commit comments

Comments
 (0)