Coturn/docker-compose.yml

10 lines
237 B
YAML

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