Skip to content

v4.7.2

Choose a tag to compare

@github-actions github-actions released this 22 Jul 01:45
· 212 commits to master since this release

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.2

Docker 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.2

What's New

Features & Improvements

  • Release notes now show both GHCR and Docker Hub pull commands; the GHCR tag format is corrected to drop the v prefix (e.g. ghcr.io/lcy362/free-short-video:4.7.2).

Full Changelog: v4.7.1...v4.7.2