mirror of
https://github.com/gravitl/netmaker.git
synced 2024-11-10 09:32:32 +08:00
use host.docker.internal for turn services
This commit is contained in:
parent
9b87a6b722
commit
cb4631bc17
2 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@ services:
|
|||
- mosquitto_logs:/mosquitto/log
|
||||
turn:
|
||||
container_name: turn
|
||||
image: gravitl/turnserver:testing
|
||||
image: gravitl/turnserver:v1
|
||||
volumes:
|
||||
- turn_server:/etc/config
|
||||
environment:
|
||||
|
|
|
@ -37,7 +37,7 @@ https://stun.NETMAKER_BASE_DOMAIN {
|
|||
|
||||
# TURN
|
||||
https://turn.NETMAKER_BASE_DOMAIN {
|
||||
reverse_proxy turn:3479
|
||||
reverse_proxy host.docker.internal:3479
|
||||
}
|
||||
|
||||
#TURN API
|
||||
|
|
Loading…
Reference in a new issue