This repository has been archived on 2024-02-28. You can view files and clone it, but cannot push or open issues or pull requests.
coturn/docker-compose.yml

10 lines
236 B
YAML
Raw Permalink Normal View History

services:
coturn:
# image: cr.sp-codes.de/sp-codes/coturn
build: .
restart: always
volumes:
- ./.local/turnserver.conf:/etc/turnserver.conf:ro
- ./.local/certificates:/certificates:ro
network_mode: host