Fix COTURN config when selfhosting netbird

Coturn doesn't read the turnserver.conf when selfhosting netbird.
This PR fixes that.
This commit is contained in:
Oskar Manhart 2022-12-22 11:02:48 +00:00 committed by GitHub
parent d18966276a
commit 50caacff69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,6 +58,9 @@ services:
# - ./privkey.pem:/etc/coturn/private/privkey.pem:ro
# - ./cert.pem:/etc/coturn/certs/cert.pem:ro
network_mode: host
command:
- -c /etc/turnserver.conf
volumes:
$MGMT_VOLUMENAME:
$SIGNAL_VOLUMENAME: