Files
coturn/docker-compose.yml
T
2026-08-04 19:45:40 -04:00

11 lines
208 B
YAML

services:
coturn:
hostname: 'coturn'
container_name: coturn
image: 'coturn/coturn'
network_mode: host
volumes:
- ./my.conf:/etc/coturn/turnserver.conf
restart: unless-stopped