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.
2 parents eb8a819 + e034ee0 commit 1d2e591Copy full SHA for 1d2e591
src/guide/README.md
@@ -205,8 +205,9 @@ You have three ways to use ZLMediaKit, namely:
205
206
You can download the compiled image from Docker Hub and start it:
207
208
+This image is automatically compiled and pushed for github continuous integration, keeping it up to date with the code (master branch)
209
+
210
```bash
-#This image is automatically compiled and pushed for github continuous integration, keeping it up to date with the code (master branch)
211
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
212
```
213
0 commit comments