mirror of
https://github.com/netbirdio/netbird.git
synced 2025-06-20 09:47:49 +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:
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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user