Skip to content

Commit 11c01b4

Browse files
author
吴浩麟
committed
docs: add logo
1 parent 5219d1c commit 11c01b4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: Dockerfile

-2
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,12 @@ COPY . .
66
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o livego .
77

88
FROM alpine:latest
9-
LABEL maintainer="Ruben Cid Lara <[email protected]>"
109
RUN mkdir -p /app/config
1110
WORKDIR /app
1211
ENV RTMP_PORT 1935
1312
ENV HTTP_FLV_PORT 7001
1413
ENV HLS_PORT 7002
1514
ENV HTTP_OPERATION_PORT 8090
16-
COPY --from=builder /app/config ./config
1715
COPY --from=builder /app/livego .
1816
EXPOSE ${RTMP_PORT}
1917
EXPOSE ${HTTP_FLV_PORT}

Diff for: README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
![Test](https://github.com/gwuhaolin/livego/workflows/Test/badge.svg)
22

3+
<img src='./logo.png' width='130px' height='50px'/>
4+
35
# livego
46
Simple and efficient live broadcast server:
57
- Very simple to install and use;
@@ -25,7 +27,7 @@ Simple and efficient live broadcast server:
2527
After directly downloading the compiled [binary file](https://github.com/gwuhaolin/livego/releases), execute it on the command line.
2628

2729
#### 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
2931

3032
#### Compile from source
3133
1. Download the source code `git clone https://github.com/gwuhaolin/livego.git`

Diff for: logo.png

5.35 KB
Loading

0 commit comments

Comments
 (0)