diff --git a/docker-compose.yml b/docker-compose.yml index 20ddffd..5b193fc 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,5 +1,13 @@ services: anope: + ulimits: + nofile: + soft: "102400" + hard: "102400" + logging: + driver: "json-file" + options: + max-size: "64k" restart: always build: context: .