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