From 66353e5193bfe53131f96addc667c191e7ce44bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=B0=8F=E4=BA=91?= Date: Thu, 29 May 2025 19:26:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=95=B0=E6=8D=AE=E5=BA=93?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init/7.srs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/init/7.srs.sh b/init/7.srs.sh index 781510b..49068ab 100755 --- a/init/7.srs.sh +++ b/init/7.srs.sh @@ -61,4 +61,5 @@ docker run -d \ -p ${SRS_RTC_PORT}:8000/udp \ -v "$(pwd)/volumes/srs/conf/srs.conf:/usr/local/srs/conf/docker.conf" \ -v "${SRS_DATA}:/usr/local/srs/objs/nginx/html" \ + --mount type=bind,source=/etc/localtime,target=/etc/localtime,readonly \ $SRS_IMAGE