Skip to content

Commit

Permalink
update lucky version to 2.5.2 (#350)
Browse files Browse the repository at this point in the history
1. 修复了winfsp复制大文件后,文件目录列表显示文件大小为0的 bug。 
2. 修复了当可用安全证书为空时,导致启用 HTTPS 的 Lucky 启动后自动退出的 bug。 
3. 修复了存储管理中本地存储路径启动时因路径无效而无显示的问题。 
4. 修复了 文件服务的 readme.md 文件内容没有显示在页面上。 
5. 对文件服务前端页面进行了优化,以适配暗黑主题。
  • Loading branch information
leesonaa authored Dec 2, 2023
1 parent 1a2a8dc commit a524685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Apps/Lucky/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a524685

Please sign in to comment.