turn for matrix
This commit is contained in:
8
docker-compose.d/Media/coturn.yml
Normal file
8
docker-compose.d/Media/coturn.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
services:
|
||||
coturn:
|
||||
image: docker.io/coturn/coturn
|
||||
container_name: coturn
|
||||
restart: always
|
||||
network_mode: "host"
|
||||
volumes:
|
||||
- ${Volumes}/coturn/coturn.conf:/etc/coturn/turnserver.conf
|
||||
Reference in New Issue
Block a user