mirror of
https://github.com/ossrs/srs.git
synced 2025-02-15 04:42:04 +00:00
Update SRS 4.0 docker
This commit is contained in:
parent
77c958ad1c
commit
b121f5f588
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ please set the CANDIDATE ([CN][v4_CN_WebRTC#config-candidate],[EN][v4_EN_WebRTC#
|
||||||
```bash
|
```bash
|
||||||
docker run --rm -it -p 1935:1935 -p 1985:1985 -p 8080:8080 \
|
docker run --rm -it -p 1935:1935 -p 1985:1985 -p 8080:8080 \
|
||||||
--env CANDIDATE=$(ifconfig en0 inet| grep 'inet '|awk '{print $2}') -p 8000:8000/udp \
|
--env CANDIDATE=$(ifconfig en0 inet| grep 'inet '|awk '{print $2}') -p 8000:8000/udp \
|
||||||
ossrs/srs:v4.0.117 ./objs/srs -c conf/srs.conf
|
ossrs/srs:v4.0.139 ./objs/srs -c conf/srs.conf
|
||||||
```
|
```
|
||||||
|
|
||||||
<a name="usage-source"></a>
|
<a name="usage-source"></a>
|
||||||
|
|
Loading…
Reference in a new issue