docker-containers/coturn/docker-compose.yml

14 lines
323 B
YAML
Raw Normal View History

2024-12-24 05:59:43 -08:00
services:
coturn:
network_mode: host
image: coturn/coturn:4.6.2
container_name: coturn
user: root
volumes:
- ./config:/etc/coturn:ro
- /var/lib/acme/turn.stitchy.moe:/etc/letsencrypt/live/turn.stitchy.moe:ro
- type: tmpfs
target: /var/lib/coturn
restart: unless-stopped