Skip to content

Commit

Permalink
Merge pull request #20 from dv336699/patch-1
Browse files Browse the repository at this point in the history
Move the comment out of the bash line
  • Loading branch information
wasphin authored Dec 24, 2024
2 parents eb8a819 + e034ee0 commit 1d2e591
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,9 @@ You have three ways to use ZLMediaKit, namely:

You can download the compiled image from Docker Hub and start it:

This image is automatically compiled and pushed for github continuous integration, keeping it up to date with the code (master branch)

```bash
#This image is automatically compiled and pushed for github continuous integration, keeping it up to date with the code (master branch)
docker run -id -p 1935:1935 -p 8080:80 -p 8443:443 -p 8554:554 -p 10000:10000 -p 10000:10000/udp -p 8000:8000/udp -p 9000:9000/udp zlmediakit/zlmediakit:master
```

Expand Down

0 comments on commit 1d2e591

Please sign in to comment.