services: coturn: image: coturn/coturn:4.6 container_name: kaboot-turn restart: unless-stopped network_mode: host volumes: - ./turnserver.conf:/etc/coturn/turnserver.conf:ro command: ["-c", "/etc/coturn/turnserver.conf"]