Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
uuwaf:
image: uusec/nanqiang:v6.0.0
image: uusec/nanqiang:v6.1.0
ulimits:
nproc: 65535
nofile:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

以上是修复后的差分:

services:
  uuwaf:
    image: uusec/nanqiang:v6.1.0

优化建议:

  • 图片名应为uusec/nanqiang:v6.1.0
  • nproc:项更改为core: ulimit { core;nofile }:

其他没有修改的地方无问题。

Expand Down