v4.7.2
Docker 镜像
GitHub Container Registry (GHCR)
docker pull ghcr.io/lcy362/free-short-video:4.7.2运行:
docker run -p 8765:8765 -e AGNES_API_KEY=<你的key> ghcr.io/lcy362/free-short-video:4.7.2Docker Hub
docker pull lcy362/free-short-video:v4.7.2运行:
docker run -p 8765:8765 -e AGNES_API_KEY=<你的key> lcy362/free-short-video:v4.7.2What's New
Features & Improvements
- Release notes now show both GHCR and Docker Hub pull commands; the GHCR tag format is corrected to drop the
vprefix (e.g.ghcr.io/lcy362/free-short-video:4.7.2).
Full Changelog: v4.7.1...v4.7.2