From dd55887620c2fe0e831b7ff28ebeffe3321c3be0 Mon Sep 17 00:00:00 2001 From: Ruben Cid Date: Wed, 8 Apr 2020 17:00:49 +0200 Subject: [PATCH] docker image --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71a0b2d..c8e772e 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Simple and efficient live broadcast server: After directly downloading the compiled [binary file](https://github.com/gwuhaolin/livego/releases), execute it on the command line. #### Boot from Docker -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 #### Compile from source 1. Download the source code `git clone https://github.com/gwuhaolin/livego.git`