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