set fixed container logging length
This commit is contained in:
parent
d7f4534831
commit
e344e7351c
@ -1,5 +1,13 @@
|
||||
services:
|
||||
anope:
|
||||
ulimits:
|
||||
nofile:
|
||||
soft: "102400"
|
||||
hard: "102400"
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-size: "64k"
|
||||
restart: always
|
||||
build:
|
||||
context: .
|
||||
|
Loading…
Reference in New Issue
Block a user