This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Fixed issue to allow coturn to use host networking
pull/2506/head
rhys
3 years ago
parent
d01de9f33d
commit
6fa7d11f71
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
roles/custom/matrix-coturn/tasks/setup_install.yml
+ 1
- 0
roles/custom/matrix-coturn/tasks/setup_install.yml
View File
@@ -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:
Write
Preview
Loading…
Cancel
Save