Replies: 1 comment
|
搜索到了这个相关的bug: 解决方案: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
docker大小经常爆满,经过分析,发现青龙docker的以下两个文件处于疯狂增长的模式(几乎是每隔几秒钟一条记录):
/var/lib/docker/overlay2//merged/var/log/nginx/access.log
/var/lib/docker/overlay2//diff/var/log/nginx/access.log
只能手动清空这两个日志文件。
有没有哪里可以配置一下,关闭这两个日志的记录,或者定期清理。
感谢!
All reactions