openlist服务运行失败

Viewed 186

1.png
When I deploy openlist, the page shows that it is running, but the log shows that the service has exited. The domain name binding shows that it is successful, but the log shows that the service is not running. I want to know what went wrong. I hope someone can provide me with an effective solution. Thank you.

2 Answers

This problem has been occurring for several days. When you open the file manager and then close the file manager window, you will see a log on the right side. There is a key message in it:

Pod ephemeral local storage usage exceeds the total limit of containers 100Mi.

Up to now, the official has still not responded to this problem.

openlist Docker Claw Cloud (测试用别人github上面看到的👀)
专用镜像:ppken/openlist:beta

这个镜像支持天翼网盘和最新版本,可以解决Pod ephemeral local storage usage exceeds the total limit of containers 100Mi.这个问题。

openlist

终端执行直接用重置密码命令:./openlist admin set 1
密码是1

一定要创建Local Storage 免费1g 不然无法保存 挂载路径/opt/openlist/data

Environment Variables:
PUID=0
PGID=0
UMASK=022
TZ=Asia/Shanghai

The openlist official has fixed this issue. Please use the image with the tag latest-lite, select 64M for memory and 0.1C for CPU.

I have the same question.