mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-12 19:24:22 +08:00
新增带pymkui后台管理的docker镜像
This commit is contained in:
@@ -367,6 +367,11 @@ You can download the pre-compiled image from Docker Hub and start it:
|
||||
#This image is pushed by the GitHub continuous integration automatic compilation to keep up with the latest 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
|
||||
```
|
||||
```bash
|
||||
# This image is automatically built and pushed via GitHub Actions CI, stays up-to-date with the latest code (master branch),
|
||||
# and includes the pymkui backend management system with a web-based UI.
|
||||
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_py
|
||||
```
|
||||
|
||||
You can also compile the image based on the Dockerfile:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user