修复视频无法播放BUG

This commit is contained in:
jianzhichu
2025-12-05 12:49:57 +08:00
parent b58a091b53
commit 91056d9cfa
4 changed files with 9 additions and 7 deletions
+4 -4
View File
@@ -97,8 +97,8 @@ Cookie 及 `sec_user_id` 是同步功能的核心,需严格按步骤获取,
| 镜像标签 | 架构 |
| ----------------- | -------------- |
| `beta_1.7.6` | x86_64 (amd64) |
| `arm_1.7.6` | ARM64 |
| `beta_1.7.7` | x86_64 (amd64) |
| `arm_1.7.7` | ARM64 |
### 最新镜像查看
[镜像列表](http://nas.synology2023.online:10108/api/docker/dysync/1)
@@ -116,7 +116,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.7.6
ccr.ccs.tencentyun.com/jianzhichu/dysync:beta_1.7.7
# 注意:-p 后面的容器端口,可以用环境变量类似:ASPNETCORE_URLS = http://+:10108 指定
```
@@ -130,7 +130,7 @@ version: '3.8'
services:
dysync:
image: ccr.ccs.tencentyun.com/jianzhichu/dysync:beta_1.7.6
image: ccr.ccs.tencentyun.com/jianzhichu/dysync:beta_1.7.7
container_name: dysync2025 # 容器名称
restart: unless-stopped # 始终重启容器,除非容器被手动停止或Docker服务停止
ports: