只维护2个版本一个x86 一个arm,取消精简版.统一都带图文视频(将ffmpeg打包到容器

This commit is contained in:
jianzhichu
2025-12-01 01:32:38 +08:00
parent 8744d280c7
commit c09b30de63
12 changed files with 28 additions and 81 deletions
+4 -4
View File
@@ -91,8 +91,8 @@ Cookie 及 `sec_user_id` 是同步功能的核心,需严格按步骤获取,
| 镜像标签 | 架构 |
| ----------------- | -------------- |
| `beta_1.6.0` | x86_64 (amd64) |
| `arm_1.6.0` | ARM64 |
| `beta_1.6.2` | x86_64 (amd64) |
| `arm_1.6.2` | ARM64 |
### 最新镜像查看
[镜像列表](http://nas.synology2023.online:10108/api/docker/dysync/1)
@@ -110,7 +110,7 @@ docker run -d --restart=always \
-v /opt/dysync/uper:/app/uper \
-p 10103:10101 \
--name dysync2025 \
ccr.ccs.tencentyun.com/jianzhichu/dysync:beta_1.6.0
ccr.ccs.tencentyun.com/jianzhichu/dysync:beta_1.6.2
# 注意:-p 后面的容器端口,可以用环境变量类似:ASPNETCORE_URLS = http://+:10108 指定
```
@@ -124,7 +124,7 @@ version: '3.8'
services:
dysync:
image: ccr.ccs.tencentyun.com/jianzhichu/dysync:beta_1.6.0
image: ccr.ccs.tencentyun.com/jianzhichu/dysync:beta_1.6.2
container_name: dysync2025 # 容器名称
restart: unless-stopped # 始终重启容器,除非容器被手动停止或Docker服务停止
ports: