1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-13 03:41:55 +00:00

Update SRS 4.0 docker

This commit is contained in:
winlin 2021-07-08 12:56:43 +08:00
parent 77c958ad1c
commit b121f5f588

View file

@ -22,7 +22,7 @@ please set the CANDIDATE ([CN][v4_CN_WebRTC#config-candidate],[EN][v4_EN_WebRTC#
```bash
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 \
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>