📚 docs: bump README image tag to v1.1.3

This commit is contained in:
2026-07-17 02:14:43 +07:00
parent ee9d36dd4f
commit e1e6d80ef9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ Generate a frame set from a video through container image
```sh ```sh
docker run --rm -v ./video.mp4:/home/app/video.mp4 -v ./frames:/home/app/frames \ docker run --rm -v ./video.mp4:/home/app/video.mp4 -v ./frames:/home/app/frames \
ghcr.io/yuzuzensai/trollssh:v1.1.1 trollssh --generate --video video.mp4 --resolution 512 ghcr.io/yuzuzensai/trollssh:v1.1.3 trollssh --generate --video video.mp4 --resolution 512
``` ```
This writes `frames/<name>.tsf`, a simple container of color JPEG frames plus This writes `frames/<name>.tsf`, a simple container of color JPEG frames plus
+1 -1
View File
@@ -1,6 +1,6 @@
services: services:
trollssh: trollssh:
image: ghcr.io/yuzuzensai/trollssh:v1.1.1 image: ghcr.io/yuzuzensai/trollssh:v1.1.3
container_name: trollssh container_name: trollssh
restart: unless-stopped restart: unless-stopped
mem_limit: ${MEMORY_LIMIT:-2g} mem_limit: ${MEMORY_LIMIT:-2g}