Add docker-compose.yml

This commit is contained in:
Alexander Veselov 2025-02-22 19:50:40 -05:00
commit bfd5bbf801

10
docker-compose.yml Normal file
View 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