9 lines
206 B
YAML
9 lines
206 B
YAML
services:
|
|
coturn:
|
|
image: docker.io/coturn/coturn
|
|
container_name: coturn
|
|
restart: always
|
|
network_mode: "host"
|
|
volumes:
|
|
- ${Volumes}/coturn/coturn.conf:/etc/coturn/turnserver.conf
|