From a52468507bb39cf7b7b2493620b14f2a451940f9 Mon Sep 17 00:00:00 2001 From: leeson <97571961+leesonaa@users.noreply.github.com> Date: Sat, 2 Dec 2023 08:12:12 +0800 Subject: [PATCH] update lucky version to 2.5.2 (#350) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. 修复了winfsp复制大文件后,文件目录列表显示文件大小为0的 bug。 2. 修复了当可用安全证书为空时,导致启用 HTTPS 的 Lucky 启动后自动退出的 bug。 3. 修复了存储管理中本地存储路径启动时因路径无效而无显示的问题。 4. 修复了 文件服务的 readme.md 文件内容没有显示在页面上。 5. 对文件服务前端页面进行了优化,以适配暗黑主题。 --- Apps/Lucky/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Apps/Lucky/docker-compose.yml b/Apps/Lucky/docker-compose.yml index a6a57ed..5f5c31b 100644 --- a/Apps/Lucky/docker-compose.yml +++ b/Apps/Lucky/docker-compose.yml @@ -5,7 +5,7 @@ services: resources: reservations: memory: 64M - image: gdy666/lucky:2.5.0 + image: gdy666/lucky:2.5.2 restart: unless-stopped volumes: - type: bind