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