10 lines
236 B
YAML
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
|