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
Samuel Philipp 1a7b8abadc
Some checks failed
Build and Push Docker image / Build and Push Docker image (push) Failing after 4m52s
updated debian
added arm support
added usage
2023-12-08 01:20:48 +01:00

10 lines
236 B
YAML

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