更新 deploy/docker-compose.dev.yml
This commit is contained in:
@@ -130,13 +130,14 @@ services:
|
|||||||
command: >
|
command: >
|
||||||
-n
|
-n
|
||||||
--log-file=stdout
|
--log-file=stdout
|
||||||
|
--external-ip=123.6.102.114
|
||||||
--listening-ip=0.0.0.0
|
--listening-ip=0.0.0.0
|
||||||
--listening-port=${TURN_LISTEN_PORT:-3478}
|
--listening-port=${TURN_LISTEN_PORT:-3478}
|
||||||
--tls-listening-port=${TURN_TLS_PORT:-5349}
|
--tls-listening-port=${TURN_TLS_PORT:-5349}
|
||||||
--min-port=${TURN_MIN_PORT:-49160}
|
--min-port=${TURN_MIN_PORT:-49160}
|
||||||
--max-port=${TURN_MAX_PORT:-49200}
|
--max-port=${TURN_MAX_PORT:-49200}
|
||||||
--realm=${TURN_REALM:-echochat}
|
--realm=${TURN_REALM:-echochat}
|
||||||
--user=${TURN_USERNAME:-echouser}:${TURN_PASSWORD:-echochat_2026-1s32dswW@#}
|
--user=${TURN_USERNAME:-echochat}:${TURN_PASSWORD:-echochat_2026-1s32dswW@#}
|
||||||
--fingerprint
|
--fingerprint
|
||||||
--lt-cred-mech
|
--lt-cred-mech
|
||||||
--no-multicast-peers
|
--no-multicast-peers
|
||||||
|
|||||||
Reference in New Issue
Block a user