You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -25,7 +27,7 @@ Simple and efficient live broadcast server:
25
27
After directly downloading the compiled [binary file](https://github.com/gwuhaolin/livego/releases), execute it on the command line.
26
28
27
29
#### Boot from Docker
28
-
Run `docker run -p 1935:1935 -p 7001:7001 -p 7002:7002 -d --name livego gnurub/livego` to start
30
+
Run `docker run -p 1935:1935 -p 7001:7001 -p 7002:7002 -d --name livego docker.pkg.github.com/gwuhaolin/livego:latest` to start
29
31
30
32
#### Compile from source
31
33
1. Download the source code `git clone https://github.com/gwuhaolin/livego.git`
0 commit comments