浏览代码

Fixed issue to allow coturn to use host networking

pull/2506/head
rhys 3 年前
父节点
当前提交
6fa7d11f71
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      roles/custom/matrix-coturn/tasks/setup_install.yml

+ 1
- 0
roles/custom/matrix-coturn/tasks/setup_install.yml 查看文件

@@ -66,6 +66,7 @@
community.docker.docker_network:
name: "{{ matrix_coturn_docker_network }}"
driver: bridge
when: "'host' not in matrix_coturn_docker_network"

- name: Ensure matrix-coturn.service installed
ansible.builtin.template:


正在加载...
取消
保存