更新 deploy/docker-compose.dev.yml
This commit is contained in:
@@ -125,8 +125,6 @@ services:
|
||||
image: coturn/coturn:latest
|
||||
container_name: echochat-coturn
|
||||
profiles: ["public"]
|
||||
# TURN 一般需要 host 网络以便对外中继(端口映射模式会遇到
|
||||
# coturn 回包端口被 Docker NAT 改写的问题)
|
||||
network_mode: host
|
||||
command: >
|
||||
-n
|
||||
@@ -140,7 +138,7 @@ services:
|
||||
--fingerprint
|
||||
--lt-cred-mech
|
||||
--no-multicast-peers
|
||||
--no-cli
|
||||
--cli=false
|
||||
--no-tlsv1
|
||||
--no-tlsv1_1
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user