新增带pymkui后台管理的docker镜像

This commit is contained in:
xia-chu
2026-04-18 19:11:41 +08:00
parent 0efa1be502
commit 35d698672f
4 changed files with 230 additions and 1 deletions

View File

@@ -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: