feat: change socket env key

This commit is contained in:
https://blog.iamtsm.cn
2023-08-11 23:59:49 +08:00
parent 8a1e78dad6
commit f556f0f1b3
8 changed files with 12 additions and 12 deletions

View File

@@ -2,7 +2,7 @@
#########################
# 一键推送dockerhub的脚本
# @auther: iamtsm
# @version: v1.1.0
# @version: v1.2.0
#########################
build_and_push_image() {

View File

@@ -101,7 +101,7 @@ docker run \
-e "tl_rtc_file_env_mode=http" \
-e tl_rtc_file_api_port \
-e tl_rtc_file_ws_port \
-e tl_rtc_file_ws_host \
-e tl_rtc_file_socket_host \
-e tl_rtc_file_webrtc_stun_host \
-e tl_rtc_file_webrtc_turn_host \
-e tl_rtc_file_webrtc_turn_username \
@@ -143,7 +143,7 @@ docker run \
-e "tl_rtc_file_env_mode=http" \
-e tl_rtc_file_api_port \
-e tl_rtc_file_ws_port \
-e tl_rtc_file_ws_host \
-e tl_rtc_file_socket_host \
-e tl_rtc_file_webrtc_stun_host \
-e tl_rtc_file_webrtc_turn_host \
-e tl_rtc_file_webrtc_turn_username \