set fixed container logging length

This commit is contained in:
root 2024-11-19 02:33:42 +00:00
parent d7f4534831
commit e344e7351c

View File

@ -1,5 +1,13 @@
services:
anope:
ulimits:
nofile:
soft: "102400"
hard: "102400"
logging:
driver: "json-file"
options:
max-size: "64k"
restart: always
build:
context: .