Add docker-compose.yml
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
coturn:
|
||||
hostname: 'coturn'
|
||||
container_name: coturn
|
||||
image: 'coturn/coturn'
|
||||
network_mode: host
|
||||
volumes:
|
||||
- ./my.conf:/etc/coturn/turnserver.conf
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user