update lucky version to 2.5.2 (#350)
1. 修复了winfsp复制大文件后,文件目录列表显示文件大小为0的 bug。 2. 修复了当可用安全证书为空时,导致启用 HTTPS 的 Lucky 启动后自动退出的 bug。 3. 修复了存储管理中本地存储路径启动时因路径无效而无显示的问题。 4. 修复了 文件服务的 readme.md 文件内容没有显示在页面上。 5. 对文件服务前端页面进行了优化,以适配暗黑主题。
This commit is contained in:
parent
1a2a8dc53a
commit
a52468507b
|
@ -5,7 +5,7 @@ services:
|
||||||
resources:
|
resources:
|
||||||
reservations:
|
reservations:
|
||||||
memory: 64M
|
memory: 64M
|
||||||
image: gdy666/lucky:2.5.0
|
image: gdy666/lucky:2.5.2
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- type: bind
|
- type: bind
|
||||||
|
|
Loading…
Reference in New Issue