This commit is contained in:
jianzhichu
2026-01-13 22:34:57 +08:00
parent 0727999cd6
commit 186179bf14
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -96,7 +96,7 @@ Cookie 及 `sec_user_id` 是同步功能的核心,需严格按步骤获取,
| 镜像标签 | 架构 |
| ----------------- | -------------- |
| `beta_1.9.8` | x86_64 (amd64) |
| `beta_1.9.9` | x86_64 (amd64) |
| `arm_1.9.8` | ARM64 |
@@ -114,7 +114,7 @@ docker run -d --restart=always \
-v /opt/dysync/uper:/app/uper \
-p 10101:10101 \
--name dysync2026 \
ccr.ccs.tencentyun.com/jianzhichu/dysync:beta_1.9.8
ccr.ccs.tencentyun.com/jianzhichu/dysync:beta_1.9.9
```
@@ -129,7 +129,7 @@ version: '3.8'
services:
dysync:
image: ccr.ccs.tencentyun.com/jianzhichu/dysync:beta_1.9.8
image: ccr.ccs.tencentyun.com/jianzhichu/dysync:beta_1.9.9
container_name: dysync2026 # 容器名称
restart: unless-stopped # 始终重启容器,除非容器被手动停止或Docker服务停止
ports: