mirror of
https://github.com/ossrs/srs.git
synced 2025-02-12 11:21:52 +00:00
Update README for docker
This commit is contained in:
parent
5eaf3b7cdb
commit
47a7a5f825
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ Recommend to run SRS by [docker][docker-srs3]:
|
|||
docker run --rm -p 1935:1935 -p 1985:1985 -p 8080:8080 \
|
||||
ossrs/srs:3
|
||||
|
||||
# Or, for developers in China.
|
||||
# Or, for developers in China to speedup.
|
||||
docker run --rm -p 1935:1935 -p 1985:1985 -p 8080:8080 \
|
||||
registry.cn-hangzhou.aliyuncs.com/ossrs/srs:3
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue