Add docker-compose.yml

This commit is contained in:
2026-08-04 19:45:40 -04:00
commit c41ba0b3aa
+10
View File
@@ -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