8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e85a56 commit dd55887Copy full SHA for dd55887
README.md
@@ -23,7 +23,7 @@ Simple and efficient live broadcast server:
23
After directly downloading the compiled [binary file](https://github.com/gwuhaolin/livego/releases), execute it on the command line.
24
25
#### Boot from Docker
26
-Run `docker run -p 1935:1935 -p 7001:7001 -p 7002:7002 -d --name livego gwuhaolin/livego` to start
+Run `docker run -p 1935:1935 -p 7001:7001 -p 7002:7002 -d --name livego gnurub/livego` to start
27
28
#### Compile from source
29
1. Download the source code `git clone https://github.com/gwuhaolin/livego.git`
0 commit comments