修改数据库配置
This commit is contained in:
parent
cb5dc25817
commit
66353e5193
|
|
@ -61,4 +61,5 @@ docker run -d \
|
||||||
-p ${SRS_RTC_PORT}:8000/udp \
|
-p ${SRS_RTC_PORT}:8000/udp \
|
||||||
-v "$(pwd)/volumes/srs/conf/srs.conf:/usr/local/srs/conf/docker.conf" \
|
-v "$(pwd)/volumes/srs/conf/srs.conf:/usr/local/srs/conf/docker.conf" \
|
||||||
-v "${SRS_DATA}:/usr/local/srs/objs/nginx/html" \
|
-v "${SRS_DATA}:/usr/local/srs/objs/nginx/html" \
|
||||||
|
--mount type=bind,source=/etc/localtime,target=/etc/localtime,readonly \
|
||||||
$SRS_IMAGE
|
$SRS_IMAGE
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue