From b608793326c4757de759447afbb13a9154cd9823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E9=9D=96?= <34411788+CtrlAndZ@users.noreply.github.com> Date: Tue, 6 May 2025 16:15:22 +0800 Subject: [PATCH] Update srs.release.conf MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 去掉1985端口监听的ip限制,有些网络情况下127.0.0.1:1985在docker容器中不能正常映射到外部请求,类似问题:https://github.com/ossrs/oryx/discussions/202 --- platform/containers/conf/srs.release.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/containers/conf/srs.release.conf b/platform/containers/conf/srs.release.conf index e16cc921..8ad80d1b 100644 --- a/platform/containers/conf/srs.release.conf +++ b/platform/containers/conf/srs.release.conf @@ -12,7 +12,7 @@ daemon on; disable_daemon_for_docker off; http_api { enabled on; - listen 127.0.0.1:1985; + listen 1985; raw_api { enabled on; allow_reload on;