1
0
mirror of https://github.com/netbirdio/netbird.git synced 2025-07-14 05:15:08 +02:00

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

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